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)
214
return new ArrayList(
_scope
.Keys);
238
if (
_scope
[item] != null)
239
return (ArrayList)
_scope
[item]!;
243
_scope
.Add(item, refs);
251
if (item == null ||
_scope
[item] != null)