1 write to _fileToType
Microsoft.CodeAnalysis.Razor.Compiler (1)
CSharp\Utf8SupportMap.cs (1)
47
_fileToType
= fileToType;
6 references to _fileToType
Microsoft.CodeAnalysis.Razor.Compiler (6)
CSharp\Utf8SupportMap.cs (6)
217
if (
_fileToType
.TryGetValue(filePath ?? string.Empty, out var fqn))
242
if (
_fileToType
.Count != other.
_fileToType
.Count)
247
foreach (var (filePath, fqn) in
_fileToType
)
249
if (!other.
_fileToType
.TryGetValue(filePath, out var otherFqn) ||
265
foreach (var kvp in
_fileToType
)