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)
219
return
_typeSupport
.TryGetValue(fqn, out var supported) && supported;
223
return
_typeSupport
.TryGetValue(baseTypeName, out var fallback) && fallback;
256
return
_typeSupport
.SequenceEqual(other.
_typeSupport
);
271
foreach (var kvp in
_typeSupport
)