9 references to Length
Aspire.Hosting.Azure (2)
src\Shared\BicepFunction2.cs (2)
68
span = span[(match.Index + match.
Length
- skip)..];
69
skip = match.Index + match.
Length
;
Aspire.Hosting.Azure.AppContainers (2)
src\Shared\BicepFunction2.cs (2)
68
span = span[(match.Index + match.
Length
- skip)..];
69
skip = match.Index + match.
Length
;
Aspire.Hosting.Azure.AppService (2)
src\Shared\BicepFunction2.cs (2)
68
span = span[(match.Index + match.
Length
- skip)..];
69
skip = match.Index + match.
Length
;
Microsoft.ML.Tokenizers (2)
PreTokenizer\PreTokenizer.cs (2)
162
match = (beginning + m.Index, m.
Length
);
182
match = (beginning + m.Index, m.
Length
);
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\RegularExpressionAttribute.cs (1)
73
return m.Index == 0 && m.
Length
== stringValue.Length;