1 write to noContractErrorMessage
System.ServiceModel.Web (1)
System\ServiceModel\Web\AutomaticEndpointGenerator.cs (1)
33
this.
noContractErrorMessage
= noContractErrorMessage;
2 references to noContractErrorMessage
System.ServiceModel.Web (2)
System\ServiceModel\Web\AutomaticEndpointGenerator.cs (2)
95
Fx.Assert(this.
noContractErrorMessage
!= null, "The 'noContractErrorMessage' field should not be null.");
103
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(this.
noContractErrorMessage
));