1 write to Length
Microsoft.CodeAnalysis.Razor.Compiler (1)
CSharp\RequiredAttributeParser.cs (1)
142
_diagnostics.
Length
= 0;
6 references to Length
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
MemoryBuilderExtensions.cs (2)
31
if (builder.
Length
== 0)
36
if (builder.
Length
== 1)
Microsoft.CodeAnalysis.Razor.Compiler (4)
CSharp\RequiredAttributeParser.cs (1)
176
Debug.Assert(_diagnostics.
Length
== 0, "Diagnostics should only be added if we fail to parse.");
Language\TagHelperBinder.cs (1)
77
builderIndex = builders.
Length
;
Language\TagHelperCollection.RefBuilder.cs (2)
55
public readonly int Count => _builder.
Length
;
118
switch (_builder.
Length
)