6 references to Index
ConfigurationSchemaGenerator (3)
ConfigSchemaEmitter.cs (3)
520if (match.Index > index) 522builder.Append(value, index, match.Index - index); 526index = match.Index + match.Length;
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\RegularExpressionAttribute.cs (1)
73return m.Index == 0 && m.Length == stringValue.Length;
System.Private.Xml (2)
System\Xml\XmlConvert.cs (2)
93matchPos = underscorePos + en.Current.Index; 105matchPos = underscorePos + en.Current.Index;