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