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