2 writes to _exitScope
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (2)
1933
_exitScope
= (nodeType == XmlNodeType.EndElement);
2016
_exitScope
= value;
1 reference to _exitScope
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
2012
return
_exitScope
;