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)
193
return
_containingType
;
201
return
_containingType
;
369
containingHashCode =
_containingType
.GetHashCode();