2 writes to _containingType
Microsoft.CodeAnalysis.CSharp (2)
Binder\ExpressionVariableFinder.cs (2)
693
finder.
_containingType
= containingType;
699
finder.
_containingType
= null;
3 references to _containingType
Microsoft.CodeAnalysis.CSharp (3)
Binder\ExpressionVariableFinder.cs (3)
708
_containingType
, _modifiers, type,
716
_containingType
, _modifiers, node.Type,
727
containingType:
_containingType
,