2 writes to MustUnderstand
System.ServiceModel (2)
System\ServiceModel\Description\MessageHeaderDescription.cs (1)
33
this.
MustUnderstand
= other.MustUnderstand;
System\ServiceModel\Description\TypeLoader.cs (1)
1439
headerDescription.
MustUnderstand
= headerAttr.MustUnderstand;
3 references to MustUnderstand
System.ServiceModel (3)
System\ServiceModel\Description\MessageHeaderDescription.cs (1)
33
this.MustUnderstand = other.
MustUnderstand
;
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
464
mustUnderstand = headerDescription.
MustUnderstand
;
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
109
mustUnderstand = matchingHeaderDescription.
MustUnderstand
;