3 writes to _inList
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (3)
46
_inList
= false;
905
_inList
= true;
916
_inList
= false;
3 references to _inList
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (3)
60
if (_wroteAttributeValue && !
_inList
)
904
DiagnosticUtility.DebugAssert(!
_inList
, "");
915
DiagnosticUtility.DebugAssert(
_inList
, "");