1 write to _fileToType
Microsoft.CodeAnalysis.Razor.Compiler (1)
CSharp\Utf8SupportMap.cs (1)
49
_fileToType
= fileToType;
6 references to _fileToType
Microsoft.CodeAnalysis.Razor.Compiler (6)
CSharp\Utf8SupportMap.cs (6)
219
if (
_fileToType
.TryGetValue(filePath ?? string.Empty, out var fqn))
244
if (
_fileToType
.Count != other.
_fileToType
.Count)
249
foreach (var (filePath, fqn) in
_fileToType
)
251
if (!other.
_fileToType
.TryGetValue(filePath, out var otherFqn) ||
267
foreach (var kvp in
_fileToType
)