1 write to _objectDictionary
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ObjectReferenceStack.cs (1)
38_objectDictionary = new Dictionary<object, object>();
8 references to _objectDictionary
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ObjectReferenceStack.cs (8)
37if (_objectDictionary == null) 40_objectDictionary.Add(obj, null); 51if (_objectDictionary == null) 55_objectDictionary.Remove(obj); 78if (_objectDictionary == null) 82_objectDictionary.Remove(obj); 93if (_objectDictionary != null && _objectDictionary.ContainsKey(obj))