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)
219if (_fileToType.TryGetValue(filePath ?? string.Empty, out var fqn)) 244if (_fileToType.Count != other._fileToType.Count) 249foreach (var (filePath, fqn) in _fileToType) 251if (!other._fileToType.TryGetValue(filePath, out var otherFqn) || 267foreach (var kvp in _fileToType)