6 references to WRN_ExperimentalWithMessage
Microsoft.CodeAnalysis.CSharp (6)
Compilation\CSharpDiagnosticFilter.cs (1)
322
if (!isSpecified && errorCode is (int)ErrorCode.WRN_Experimental or (int)ErrorCode.
WRN_ExperimentalWithMessage
)
Errors\ErrorFacts.cs (2)
561
case ErrorCode.
WRN_ExperimentalWithMessage
:
2416
or ErrorCode.
WRN_ExperimentalWithMessage
Generated\ErrorFacts.Generated.cs (1)
346
case ErrorCode.
WRN_ExperimentalWithMessage
:
Symbols\ObsoleteAttributeHelpers.cs (2)
199
return 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