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