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