8 references to Index
Aspire.Hosting.Azure.AppContainers (3)
AzureContainerAppsInfrastructure.cs (3)
908bicepStringBuilder.Append(span[..(match.Index - skip)].ToString()); 930span = span[(match.Index + match.Length - skip)..]; 931skip = match.Index + match.Length;
Microsoft.ML.Tokenizers (2)
PreTokenizer\PreTokenizer.cs (2)
162match = (beginning + m.Index, m.Length); 182match = (beginning + m.Index, m.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;