8 references to Message
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataConversionError.cs (2)
28return otherError.IsWarning == this.IsWarning && otherError.Message == this.Message;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
2955importer.Errors.Add(new MetadataConversionError(string.Format(SRServiceModel.ErrorImportingIssuerMetadata, mexAddress, InsertEllipsisIfTooLong(error.Message)), error.IsWarning));
ImportModule.cs (1)
136var warning = new MetadataConversionError(error.Message, isWarning: true);
ToolConsole.cs (4)
145if (conversionError?.Message != null) 150WriteWarning(conversionError.Message.Replace("\r\n", Environment.NewLine).Trim(trimLFNL)); 154WriteError(conversionError.Message.Replace("\r\n", Environment.NewLine).Trim(trimLFNL)); 191if (!string.IsNullOrWhiteSpace(conversionError.Message))