15 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)
565case ErrorCode.WRN_ExperimentalWithMessage: 2424or 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
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (8)
Semantics\ExperimentalAttributeTests.cs (8)
2174Assert.Equal(ErrorCode.WRN_ExperimentalWithMessage, (ErrorCode)diag.Code); 2175Assert.Equal($"https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS{(int)ErrorCode.WRN_ExperimentalWithMessage})", diag.Descriptor.HelpLinkUri); 2200Assert.Equal(ErrorCode.WRN_ExperimentalWithMessage, (ErrorCode)diag.Code); 2201Assert.Equal($"https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS{(int)ErrorCode.WRN_ExperimentalWithMessage})", diag.Descriptor.HelpLinkUri); 2226Assert.Equal(ErrorCode.WRN_ExperimentalWithMessage, (ErrorCode)diag.Code); 2252Assert.Equal(ErrorCode.WRN_ExperimentalWithMessage, (ErrorCode)diag.Code); 2278Assert.Equal(ErrorCode.WRN_ExperimentalWithMessage, (ErrorCode)diag.Code); 2304Assert.Equal(ErrorCode.WRN_ExperimentalWithMessage, (ErrorCode)diag.Code);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
325case ErrorCode.WRN_ExperimentalWithMessage: