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)
28public TypeMap TypeMap => _typeMap; 44get { return _typeMap.SubstituteType(_originalMethod.ReturnTypeWithAnnotations); } 55return _typeMap.SubstituteType(iteratorElementTypeWithAnnotations); 81get { return _typeMap.SubstituteCustomModifiers(_originalMethod.RefCustomModifiers); } 131get { return _containingMethod._typeMap.SubstituteType(this._underlyingParameter.TypeWithAnnotations); } 138return _containingMethod._typeMap.SubstituteCustomModifiers(this._underlyingParameter.RefCustomModifiers);