2 writes to _filePath
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (2)
117_filePath = filePath; 130_filePath = null;
2 references to _filePath
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (2)
96[MemberNotNullWhen(true, nameof(_filePath), nameof(_source))] 98=> _filePath is string filePath &&