1 write to Capture
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
5463
o.
@Capture
= System.Xml.XmlConvert.ToInt32(Reader.Value);
5 references to Capture
System.Web.Services (5)
System\Web\Services\Description\MimeTextImporter.cs (3)
72
if (match.
Capture
!= 0)
86
if (match.
Capture
!= 0) {
87
propertyValues[numPropValues] = new CodePrimitiveExpression(match.
Capture
);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
808
if (((global::System.Int32)o.
@Capture
) != 0) {
809
WriteAttribute(@"capture", @"", System.Xml.XmlConvert.ToString((global::System.Int32)((global::System.Int32)o.
@Capture
)));