2 writes to _containingType
Microsoft.CodeAnalysis.CSharp (2)
Binder\ExpressionVariableFinder.cs (2)
636
finder.
_containingType
= containingType;
642
finder.
_containingType
= null;
3 references to _containingType
Microsoft.CodeAnalysis.CSharp (3)
Binder\ExpressionVariableFinder.cs (3)
651
_containingType
, _modifiers, type,
659
_containingType
, _modifiers, node.Type,
670
containingType:
_containingType
,