2 writes to _preallocatedDeclarationCount
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (2)
85
_classDeclaration.Children.Insert(
_preallocatedDeclarationCount
++, declaration);
134
_classDeclaration.Children.Insert(
_preallocatedDeclarationCount
++, declaration);