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)
295return new ArrayList(_scope.Keys); 319if (_scope[item] != null) 320return (ArrayList)_scope[item]; 324_scope.Add(item, refs); 332if (item == null || _scope[item] != null)