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)
65return _types.Values; 94if (!_types.TryGetValue(type, out ITypeMapper? mapper)) 97_types.Add(type, mapper);