8 references to Text
Client.ExpectedExceptions.IntegrationTests (4)
ExpectedExceptionTests.4.1.0.cs (4)
274Assert.True(String.Equals(exceptionReason, exception.Reason.GetMatchingTranslation().Text), String.Format("Expected exception reason: {0}\nActual exception reason: {1}", exceptionReason, exception.Reason.GetMatchingTranslation().Text)); 327Assert.True(String.Equals(exceptionReason, exception.Reason.GetMatchingTranslation().Text), String.Format("Expected exception reason: {0}\nActual exception reason: {1}", exceptionReason, exception.Reason.GetMatchingTranslation().Text));
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
663string text = SR.Format(SR.ReceiveShutdownReturnedFault, reason.Text);
System.ServiceModel.Primitives.Tests (3)
Channels\MessageTest.cs (2)
96Assert.Equal(faultReason, msgFault.Reason.GetMatchingTranslation().Text); 106Assert.Equal(faultReason, msgFault.Reason.GetMatchingTranslation().Text);
ServiceModel\FaultExceptionTest.cs (1)
87Assert.Equal("The creator of this fault did not specify a Reason.", faultReasonText.Text);