1 write to _containingMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Extensions\RewrittenMethodSymbol.cs (1)
121_containingMethod = containingMethod;
3 references to _containingMethod
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Extensions\RewrittenMethodSymbol.cs (3)
126get { return _containingMethod; } 131get { return _containingMethod._typeMap.SubstituteType(this._underlyingParameter.TypeWithAnnotations); } 138return _containingMethod._typeMap.SubstituteCustomModifiers(this._underlyingParameter.RefCustomModifiers);