1 write to _typeSupport
Microsoft.CodeAnalysis.Razor.Compiler (1)
CSharp\Utf8SupportMap.cs (1)
50
_typeSupport
= typeSupport;
5 references to _typeSupport
Microsoft.CodeAnalysis.Razor.Compiler (5)
CSharp\Utf8SupportMap.cs (5)
221
return
_typeSupport
.TryGetValue(fqn, out var supported) && supported;
225
return
_typeSupport
.TryGetValue(baseTypeName, out var fallback) && fallback;
258
return
_typeSupport
.SequenceEqual(other.
_typeSupport
);
273
foreach (var kvp in
_typeSupport
)