1 write to _typeMap
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Extensions\RewrittenMethodSymbol.cs (1)
25
_typeMap
= typeMap.WithAlphaRename(typeParametersToAlphaRename, this, out _typeParameters);
6 references to _typeMap
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Extensions\RewrittenMethodSymbol.cs (6)
28
public TypeMap TypeMap =>
_typeMap
;
44
get { return
_typeMap
.SubstituteType(_originalMethod.ReturnTypeWithAnnotations); }
55
return
_typeMap
.SubstituteType(iteratorElementTypeWithAnnotations);
81
get { return
_typeMap
.SubstituteCustomModifiers(_originalMethod.RefCustomModifiers); }
131
get { return _containingMethod.
_typeMap
.SubstituteType(this._underlyingParameter.TypeWithAnnotations); }
138
return _containingMethod.
_typeMap
.SubstituteCustomModifiers(this._underlyingParameter.RefCustomModifiers);