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