3 references to CannotHaveTwoOperationsWithTheSameName3
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (3)
882
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.
CannotHaveTwoOperationsWithTheSameName3
, method1Name, method2Name, reflectionInfo.iface)));
888
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.
CannotHaveTwoOperationsWithTheSameName3
, method1Name, method2Name, reflectionInfo.iface)));
894
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.
CannotHaveTwoOperationsWithTheSameName3
, method1Name, method2Name, reflectionInfo.iface)));