4 references to Errors
dotnet-svcutil-lib (4)
CodeDomFixup\WcfCodeGenerationExtension.cs (1)
97UpdateExitStatus(generator.Errors);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (2)
925parent._context.Contract.ServiceContractGenerator.Errors.Add(new MetadataConversionError(string.Format(SRServiceModel.SFxCannotImportAsParameters_HeadersAreIgnoredInEncoded, parent._request.MessageName), true/*isWarning*/)); 934parent._context.Contract.ServiceContractGenerator.Errors.Add(new MetadataConversionError(string.Format(SRServiceModel.SFxCannotImportAsParameters_HeadersAreIgnoredInEncoded, parent._response.MessageName), true/*isWarning*/));
ImportModule.cs (1)
158ToolConsole.WriteConversionErrors(_contractGenerator.Errors);