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