2 references to maxSerializerTableSize
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelFactory.cs (2)
83
if (this.xmlSerializerTable.Count >=
maxSerializerTableSize
)
85
new CommunicationException(SR.GetString(SR.MsmqSerializationTableFull,
maxSerializerTableSize
)));