3 references to GetTypeMap
Microsoft.CodeAnalysis.CSharp (3)
Symbols\NativeIntegerTypeSymbol.cs (3)
220
var interfaces = _underlyingType.InterfacesNoUseSiteDiagnostics(basesBeingResolved).SelectAsArray((type, map) => map.SubstituteNamedType(type),
GetTypeMap
());
238
internal TypeWithAnnotations SubstituteUnderlyingType(TypeWithAnnotations type) => type.SubstituteType(
GetTypeMap
());
243
internal NamedTypeSymbol SubstituteUnderlyingType(NamedTypeSymbol type) =>
GetTypeMap
().SubstituteNamedType(type);