1 write to scope
System.Xml (1)
System\Xml\Serialization\ImportContext.cs (1)
238this.scope = scope;
5 references to scope
System.Xml (5)
System\Xml\Serialization\ImportContext.cs (5)
251return new ArrayList(scope.Keys); 272if (scope[item] != null) 273return (ArrayList)scope[item]; 277scope.Add(item, refs); 284if (item == null || scope[item] != null)