8 references to Names
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Advanced\SchemaImporterExtension.cs (8)
85if (Names[name] != null) 87List.Remove(Names[name]); 88Names[name] = null; 94Names.Clear(); 101clone._exNames = (Hashtable)this.Names.Clone(); 117if (Names[name] != null) 119if (Names[name].GetType() != extension.GetType()) 125Names[name] = extension;