1 write to _variableCountOffset
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
44_variableCountOffset = node.Children.Count;
2 references to _variableCountOffset
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (2)
76var variableCount = _classDeclaration.Children.Count - _variableCountOffset; 125var variableCount = _classDeclaration.Children.Count - _variableCountOffset;