2 writes to _currentType
Microsoft.CodeAnalysis.CSharp (2)
Lowering\SyntheticBoundNodeFactory.cs (2)
58
_currentType
= value;
76
_currentType
= value.ContainingType;
1 reference to _currentType
Microsoft.CodeAnalysis.CSharp (1)
Lowering\SyntheticBoundNodeFactory.cs (1)
55
get { return
_currentType
; }