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