2 writes to MustUnderstand
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\MessageHeaderDescription.cs (1)
23
MustUnderstand
= other.MustUnderstand;
System\ServiceModel\Description\TypeLoader.cs (1)
1530
headerDescription.
MustUnderstand
= headerAttr.MustUnderstand;
3 references to MustUnderstand
System.ServiceModel.Primitives (3)
System\ServiceModel\Description\MessageHeaderDescription.cs (1)
23
MustUnderstand = other.
MustUnderstand
;
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
498
mustUnderstand = headerDescription.
MustUnderstand
;
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
115
mustUnderstand = matchingHeaderDescription.
MustUnderstand
;