1 write to _scope
System.Private.Xml (1)
System\Xml\Serialization\ImportContext.cs (1)
205_scope = scope;
5 references to _scope
System.Private.Xml (5)
System\Xml\Serialization\ImportContext.cs (5)
221return new ArrayList(_scope.Keys); 245if (_scope[item] != null) 246return (ArrayList)_scope[item]!; 250_scope.Add(item, refs); 258if (item == null || _scope[item] != null)