1 write to _map
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SubstitutedTypeParameterSymbol.cs (1)
34
_map
= map;
5 references to _map
Microsoft.CodeAnalysis.CSharp (5)
Symbols\SubstitutedTypeParameterSymbol.cs (5)
102
_map
.SubstituteConstraintTypesDistinctWithoutModifiers(_underlyingTypeParameter, _underlyingTypeParameter.GetConstraintTypes(inProgress), constraintTypes, null);
162
_map
.SubstituteConstraintTypesDistinctWithoutModifiers(_underlyingTypeParameter, _underlyingTypeParameter.GetConstraintTypes(ConsList<TypeParameterSymbol>.Empty), constraintTypes, null);
172
return
_map
.SubstituteNamedTypes(_underlyingTypeParameter.GetInterfaces(inProgress));
177
return
_map
.SubstituteNamedType(_underlyingTypeParameter.GetEffectiveBaseClass(inProgress));
182
return
_map
.SubstituteType(_underlyingTypeParameter.GetDeducedBaseType(inProgress)).AsTypeSymbolOnly();