5 references to byValObjectsInScope
System.Runtime.Serialization (5)
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (5)
236
byValObjectsInScope
.EnsureSetAsIsReference(obj);
375
if (
byValObjectsInScope
.Count == 0 && DiagnosticUtility.ShouldTraceWarning)
379
if (
byValObjectsInScope
.Contains(obj))
381
byValObjectsInScope
.Push(obj);
392
byValObjectsInScope
.Pop(obj);