8 references to IsWarning
dotnet-svcutil-lib (8)
CodeDomFixup\WcfCodeGenerationExtension.cs (1)
105if (!err.IsWarning)
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)
133if (!error.IsWarning)
ToolConsole.cs (3)
148if (conversionError.IsWarning) 168if (!err.IsWarning) 179if (errors[idx].IsWarning)