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