1 write to _scope
System.Private.Xml (1)
System\Xml\Serialization\ImportContext.cs (1)
198_scope = scope;
5 references to _scope
System.Private.Xml (5)
System\Xml\Serialization\ImportContext.cs (5)
214return new ArrayList(_scope.Keys); 238if (_scope[item] != null) 239return (ArrayList)_scope[item]!; 243_scope.Add(item, refs); 251if (item == null || _scope[item] != null)