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