1 write to xmlMappings
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
678
this.
xmlMappings
= new Dictionary<string, XmlMembersMapping>();
2 references to xmlMappings
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
676
if (this.
xmlMappings
== null)
680
return this.
xmlMappings
;