4 references to _byValObjectsInScope
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (4)
242
_byValObjectsInScope
.EnsureSetAsIsReference(obj);
421
if (
_byValObjectsInScope
.Contains(obj))
423
_byValObjectsInScope
.Push(obj);
434
_byValObjectsInScope
.Pop(obj);