6 references to WRN_ExperimentalWithMessage
Microsoft.CodeAnalysis.CSharp (6)
Compilation\CSharpDiagnosticFilter.cs (1)
322if (!isSpecified && errorCode is (int)ErrorCode.WRN_Experimental or (int)ErrorCode.WRN_ExperimentalWithMessage)
Errors\ErrorFacts.cs (2)
561case ErrorCode.WRN_ExperimentalWithMessage: 2416or ErrorCode.WRN_ExperimentalWithMessage
Generated\ErrorFacts.Generated.cs (1)
346case ErrorCode.WRN_ExperimentalWithMessage:
Symbols\ObsoleteAttributeHelpers.cs (2)
199return new CustomObsoleteDiagnosticInfo(MessageProvider.Instance, (int)ErrorCode.WRN_ExperimentalWithMessage, data, 229(ErrorCode.WRN_Experimental or ErrorCode.WRN_ExperimentalWithMessage or ErrorCode.WRN_WindowsExperimental or ErrorCode.WRN_DeprecatedCollectionInitAdd or