8 references to Length
Aspire.Hosting.Azure (2)
src\Shared\BicepFunction2.cs (2)
68span = span[(match.Index + match.Length - skip)..]; 69skip = match.Index + match.Length;
Aspire.Hosting.Azure.AppContainers (2)
src\Shared\BicepFunction2.cs (2)
68span = span[(match.Index + match.Length - skip)..]; 69skip = match.Index + match.Length;
Aspire.Hosting.Azure.AppService (2)
src\Shared\BicepFunction2.cs (2)
68span = span[(match.Index + match.Length - skip)..]; 69skip = match.Index + match.Length;
ConfigurationSchemaGenerator (1)
ConfigSchemaEmitter.cs (1)
526index = match.Index + match.Length;
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\RegularExpressionAttribute.cs (1)
73return m.Index == 0 && m.Length == stringValue.Length;