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 &&