2 writes to _matches
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (2)
87private TagHelperCollection.Builder Matches => _matches ??= []; 127_matches = null;
2 references to _matches
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (2)
108public TagHelperCollection GetResults() => _matches?.ToCollection() ?? []; 124if (_matches is { } matches)