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);
494
get { return
_typeMap
.SubstituteType(_reducedFrom.ReturnTypeWithAnnotations); }
505
get { return
_typeMap
.SubstituteCustomModifiers(_reducedFrom.RefCustomModifiers); }
640
get { return _containingMethod.
_typeMap
.SubstituteType(this._underlyingParameter.TypeWithAnnotations); }
647
return _containingMethod.
_typeMap
.SubstituteCustomModifiers(this._underlyingParameter.RefCustomModifiers);