3 references to Length
Aspire.Hosting.Azure.AppContainers (2)
AzureContainerAppsInfrastructure.cs (2)
930
span = span[(match.Index + match.
Length
- skip)..];
931
skip = match.Index + match.
Length
;
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\RegularExpressionAttribute.cs (1)
73
return m.Index == 0 && m.
Length
== stringValue.Length;