1 write to xsFormatAttr
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractExporter.cs (1)
1185this.xsFormatAttr = xsFormatAttr;
5 references to xsFormatAttr
System.ServiceModel (5)
System\ServiceModel\Description\MessageContractExporter.cs (5)
1190if (object.ReferenceEquals(xsFormatAttr, obj)) 1195return xsFormatAttr.Style == otherExtensionData.xsFormatAttr.Style && 1196xsFormatAttr.Use == otherExtensionData.xsFormatAttr.Use;