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)
244if (filePath is not null && _fileToType.TryGetValue(filePath, out var fqn)) 265return _fileToType.SequenceEqual(other._fileToType) && 275foreach (var kvp in _fileToType)