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