1 write to xmlSerializerTable
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelFactory.cs (1)
71
this.
xmlSerializerTable
= new HybridDictionary();
6 references to xmlSerializerTable
System.ServiceModel (6)
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelFactory.cs (6)
66
if (this.
xmlSerializerTable
== null)
70
if (this.
xmlSerializerTable
== null)
75
XmlSerializer serializer = (XmlSerializer)this.
xmlSerializerTable
[serializedType];
83
if (this.
xmlSerializerTable
.Count >= maxSerializerTableSize)
87
serializer = (XmlSerializer)this.
xmlSerializerTable
[serializedType];
94
this.
xmlSerializerTable
[serializedType] = serializer;