3 writes to depth
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlWriterDelegator.cs (3)
56
depth
--;
227
depth
++;
246
depth
++;
3 references to depth
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (2)
417
if (xmlWriter.
depth
< depthToCheckCyclicReference)
430
if (xmlWriter.
depth
< depthToCheckCyclicReference)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlWriterDelegator.cs (1)
96
prefix = String.Format(CultureInfo.InvariantCulture, "d{0}p{1}",
depth
, _prefixes);