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)
508
return
_containingType
;
516
return
_containingType
;
557
if (IsExplicitInterfaceImplementation &&
_containingType
.IsInterface)
1108
if (
_containingType
.IsInterface)