1 write to _scope
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
279
_scope
= scope;
5 references to _scope
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (5)
295
return new ArrayList(
_scope
.Keys);
319
if (
_scope
[item] != null)
320
return (ArrayList)
_scope
[item];
324
_scope
.Add(item, refs);
332
if (item == null ||
_scope
[item] != null)