2 writes to _currentType
dotnet-svcutil-lib (2)
CodeDomFixup\CodeDomVisitors\SpecificTypeVisitor.cs (2)
44
_currentType
= type;
50
_currentType
= null;
1 reference to _currentType
dotnet-svcutil-lib (1)
CodeDomFixup\CodeDomVisitors\SpecificTypeVisitor.cs (1)
14
get { return
_currentType
; }