1 write to _containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMemberMethodSymbol.cs (1)
344
_containingType
= containingType;
4 references to _containingType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceMemberMethodSymbol.cs (4)
524
return
_containingType
;
532
return
_containingType
;
573
if (IsExplicitInterfaceImplementation &&
_containingType
.IsInterface)
1056
if (
_containingType
.IsInterface)