13 writes to MustUnderstand
Contract.Message.IntegrationTests (2)
MessageContractCommon.4.1.0.cs (2)
121[MessageHeader(Name = "ReplyBankingDataWithMessageHeaderExtraValues", Namespace = "http://www.contoso.com", MustUnderstand = true)] 134[MessageHeader(Name = "ReplyBankingDataWithMessageHeaderNotNecessaryUnderstoodExtraValue", Namespace = "http://www.contoso.com", MustUnderstand = false)]
ScenarioTests.Common.Tests (2)
ScenarioTestTypes.cs (2)
1402[MessageHeader(Name = "XmlMessageContractTestRequestWithMessageHeaderMessage", Namespace = "http://www.contoso.com", MustUnderstand = false)] 1432[MessageHeader(Name = "OutOfBandData", Namespace = "http://www.contoso.com", MustUnderstand = false)]
System.ServiceModel.Primitives (1)
System\ServiceModel\PeerHopCountAttribute.cs (1)
19base.MustUnderstand = false;
System.ServiceModel.Primitives.Tests (8)
ServiceModel\MessageContractTest.4.4.0.cs (1)
23attribute.MustUnderstand = mustUnderstand;
ServiceModel\MessageContractTest.cs (1)
82attribute.MustUnderstand = mustUnderstand;
TestTypes.4.4.0.cs (6)
76MustUnderstand = false)] 81MustUnderstand = false)] 86MustUnderstand = false)] 113MustUnderstand = false)] 118MustUnderstand = false)] 123MustUnderstand = false)]
4 references to MustUnderstand
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\TypeLoader.cs (1)
1530headerDescription.MustUnderstand = headerAttr.MustUnderstand;
System\ServiceModel\PeerHopCountAttribute.cs (1)
21public new bool MustUnderstand => base.MustUnderstand;
System.ServiceModel.Primitives.Tests (2)
ServiceModel\MessageContractTest.4.4.0.cs (1)
24Assert.Equal(mustUnderstand, attribute.MustUnderstand);
ServiceModel\MessageContractTest.cs (1)
83Assert.Equal(mustUnderstand, attribute.MustUnderstand);