1 write to _typeSupport
Microsoft.CodeAnalysis.Razor.Compiler (1)
CSharp\Utf8SupportMap.cs (1)
48_typeSupport = typeSupport;
5 references to _typeSupport
Microsoft.CodeAnalysis.Razor.Compiler (5)
CSharp\Utf8SupportMap.cs (5)
219return _typeSupport.TryGetValue(fqn, out var supported) && supported; 223return _typeSupport.TryGetValue(baseTypeName, out var fallback) && fallback; 256return _typeSupport.SequenceEqual(other._typeSupport); 271foreach (var kvp in _typeSupport)