1 write to _containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SubstitutedMethodSymbol.cs (1)
50_containingType = containingSymbol;
3 references to _containingType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\SubstitutedMethodSymbol.cs (3)
193return _containingType; 201return _containingType; 369containingHashCode = _containingType.GetHashCode();