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)
221
return new ArrayList(
_scope
.Keys);
245
if (
_scope
[item] != null)
246
return (ArrayList)
_scope
[item]!;
250
_scope
.Add(item, refs);
258
if (item == null ||
_scope
[item] != null)