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