1 write to _typeMap
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Extensions\RewrittenMethodSymbol.cs (1)
23
_typeMap
= typeMap.WithAlphaRename(typeParametersToAlphaRename, this, propagateAttributes: propagateTypeParameterAttributes, out _typeParameters);
6 references to _typeMap
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Extensions\RewrittenMethodSymbol.cs (6)
26
public TypeMap TypeMap =>
_typeMap
;
42
get { return
_typeMap
.SubstituteType(_originalMethod.ReturnTypeWithAnnotations); }
53
return
_typeMap
.SubstituteType(iteratorElementTypeWithAnnotations);
81
get { return
_typeMap
.SubstituteCustomModifiers(_originalMethod.RefCustomModifiers); }
135
get { return _containingMethod.
_typeMap
.SubstituteType(this._underlyingParameter.TypeWithAnnotations); }
142
return _containingMethod.
_typeMap
.SubstituteCustomModifiers(this._underlyingParameter.RefCustomModifiers);