1 write to _typeMap
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ReducedExtensionMethodSymbol.cs (1)
101_typeMap = TypeMap.Empty.WithAlphaRename(reducedFrom, this, propagateAttributes: false, out _typeParameters);
5 references to _typeMap
Microsoft.CodeAnalysis.CSharp (5)
Symbols\ReducedExtensionMethodSymbol.cs (5)
102_typeArguments = _typeMap.SubstituteTypes(reducedFrom.TypeArgumentsWithAnnotations); 497get { return _typeMap.SubstituteType(_reducedFrom.ReturnTypeWithAnnotations); } 510get { return _typeMap.SubstituteCustomModifiers(_reducedFrom.RefCustomModifiers); } 647get { return _containingMethod._typeMap.SubstituteType(this._underlyingParameter.TypeWithAnnotations); } 654return _containingMethod._typeMap.SubstituteCustomModifiers(this._underlyingParameter.RefCustomModifiers);