1 write to _specials
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
504
_specials
= new Hashtable();
3 references to _specials
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (3)
503
if (
_specials
== null)
505
SpecialMapping mapping = (SpecialMapping)
_specials
[type];
573
_specials
.Add(type, mapping);