2 writes to _directiveContributions
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (2)
133_directiveContributions = null; 142_directiveContributions ??= [];
3 references to _directiveContributions
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (3)
111=> _directiveContributions is { Count: > 0 } 112? [.. _directiveContributions] 143_directiveContributions.Add(new(directive.SpanStart, contributedTagHelpers));