1 write to _containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMemberMethodSymbol.cs (1)
332
_containingType
= containingType;
4 references to _containingType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceMemberMethodSymbol.cs (4)
496
return
_containingType
;
504
return
_containingType
;
545
if (IsExplicitInterfaceImplementation &&
_containingType
.IsInterface)
1096
if (
_containingType
.IsInterface)