1 write to _fileToType
Microsoft.CodeAnalysis.Razor.Compiler (1)
CSharp\DefaultUtf8WriteLiteralFeature.cs (1)
80
_fileToType
= fileToType;
4 references to _fileToType
Microsoft.CodeAnalysis.Razor.Compiler (4)
CSharp\DefaultUtf8WriteLiteralFeature.cs (4)
244
if (filePath is not null &&
_fileToType
.TryGetValue(filePath, out var fqn))
265
return
_fileToType
.SequenceEqual(other.
_fileToType
) &&
275
foreach (var kvp in
_fileToType
)