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)
31if (builder.Length == 0) 36if (builder.Length == 1)
Microsoft.CodeAnalysis.Razor.Compiler (4)
CSharp\RequiredAttributeParser.cs (1)
176Debug.Assert(_diagnostics.Length == 0, "Diagnostics should only be added if we fail to parse.");
Language\TagHelperBinder.cs (1)
77builderIndex = builders.Length;
Language\TagHelperCollection.RefBuilder.cs (2)
55public readonly int Count => _builder.Length; 118switch (_builder.Length)