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