6 references to IsWarning
System.ServiceModel (5)
System\ServiceModel\Description\MetadataConversionError.cs (2)
31return otherError.IsWarning == this.IsWarning && otherError.Message == this.Message;
System\ServiceModel\Description\MetadataResolver.cs (1)
271{ "IsWarning", error.IsWarning },
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
544{ "IsWarning", error.IsWarning },
System\ServiceModel\Security\WSSecurityPolicy.cs (1)
2955importer.Errors.Add(new MetadataConversionError(SR.GetString(SR.ErrorImportingIssuerMetadata, mexAddress, InsertEllipsisIfTooLong(error.Message)), error.IsWarning));
System.Web.Extensions (1)
Compilation\WCFModel\ProxyGenerationError.cs (1)
45m_IsWarning = errorMessage.IsWarning;