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