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