1 write to _types
Microsoft.DotNet.ApiCompatibility (1)
Mapping\NamespaceMapper.cs (1)
39
_types
= new Dictionary<ITypeSymbol, ITypeMapper>(Settings.SymbolEqualityComparer);
3 references to _types
Microsoft.DotNet.ApiCompatibility (3)
Mapping\NamespaceMapper.cs (3)
65
return
_types
.Values;
94
if (!
_types
.TryGetValue(type, out ITypeMapper? mapper))
97
_types
.Add(type, mapper);