1 write to typeSerializerPairs
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\SingleBodyParameterXmlSerializerMessageFormatter.cs (1)
115
this.
typeSerializerPairs
= this.serializerManager.GetOperationSerializers(this);
8 references to typeSerializerPairs
System.ServiceModel.Web (8)
System\ServiceModel\Dispatcher\SingleBodyParameterXmlSerializerMessageFormatter.cs (8)
88
if (this.
typeSerializerPairs
!= null)
90
for (int i = 0; i < this.
typeSerializerPairs
.Length; ++i)
92
if (typeForSerializer == this.
typeSerializerPairs
[i].Type)
94
this.cachedOutputSerializer = this.
typeSerializerPairs
[i].Serializer;
113
if (this.
typeSerializerPairs
== null)
116
this.serializers = new XmlObjectSerializer[this.
typeSerializerPairs
.Length];
117
for (int i = 0; i < this.
typeSerializerPairs
.Length; ++i)
119
this.serializers[i] = this.
typeSerializerPairs
[i].Serializer;