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