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)
217if (_fileToType.TryGetValue(filePath ?? string.Empty, out var fqn)) 242if (_fileToType.Count != other._fileToType.Count) 247foreach (var (filePath, fqn) in _fileToType) 249if (!other._fileToType.TryGetValue(filePath, out var otherFqn) || 265foreach (var kvp in _fileToType)