1 write to _typeEntries
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (1)
1442
_typeEntries
= new Hashtable();
3 references to _typeEntries
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (3)
1218
_typeEntries
[type] = entry;
1440
if (
_typeEntries
== null)
1445
return (TypeEntry)
_typeEntries
[t];