1 write to _typeMap
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ReducedExtensionMethodSymbol.cs (1)
100
_typeMap
= TypeMap.Empty.WithAlphaRename(reducedFrom, this, out _typeParameters);
5 references to _typeMap
Microsoft.CodeAnalysis.CSharp (5)
Symbols\ReducedExtensionMethodSymbol.cs (5)
101
_typeArguments =
_typeMap
.SubstituteTypes(reducedFrom.TypeArgumentsWithAnnotations);
496
get { return
_typeMap
.SubstituteType(_reducedFrom.ReturnTypeWithAnnotations); }
507
get { return
_typeMap
.SubstituteCustomModifiers(_reducedFrom.RefCustomModifiers); }
642
get { return _containingMethod.
_typeMap
.SubstituteType(this._underlyingParameter.TypeWithAnnotations); }
649
return _containingMethod.
_typeMap
.SubstituteCustomModifiers(this._underlyingParameter.RefCustomModifiers);