1 write to _containingMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ReducedExtensionMethodSymbol.cs (1)
625_containingMethod = containingMethod;
3 references to _containingMethod
Microsoft.CodeAnalysis.CSharp (3)
Symbols\ReducedExtensionMethodSymbol.cs (3)
630get { return _containingMethod; } 640get { return _containingMethod._typeMap.SubstituteType(this._underlyingParameter.TypeWithAnnotations); } 647return _containingMethod._typeMap.SubstituteCustomModifiers(this._underlyingParameter.RefCustomModifiers);