9 references to Index
Aspire.Hosting.Azure (3)
src\Shared\BicepFunction2.cs (3)
42
bicepStringBuilder.Append(span[..(match.
Index
- skip)].ToString());
68
span = span[(match.
Index
+ match.Length - skip)..];
69
skip = match.
Index
+ match.Length;
Aspire.Hosting.Azure.AppContainers (3)
src\Shared\BicepFunction2.cs (3)
42
bicepStringBuilder.Append(span[..(match.
Index
- skip)].ToString());
68
span = span[(match.
Index
+ match.Length - skip)..];
69
skip = match.
Index
+ match.Length;
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\RegularExpressionAttribute.cs (1)
73
return m.
Index
== 0 && m.Length == stringValue.Length;
System.Private.Xml (2)
System\Xml\XmlConvert.cs (2)
93
matchPos = underscorePos + en.Current.
Index
;
105
matchPos = underscorePos + en.Current.
Index
;