6 references to WRN_Experimental
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)
564case ErrorCode.WRN_Experimental: 2419or ErrorCode.WRN_Experimental
Generated\ErrorFacts.Generated.cs (1)
337case ErrorCode.WRN_Experimental:
Symbols\ObsoleteAttributeHelpers.cs (2)
194return new CustomObsoleteDiagnosticInfo(MessageProvider.Instance, (int)ErrorCode.WRN_Experimental, data, 229(ErrorCode.WRN_Experimental or ErrorCode.WRN_ExperimentalWithMessage or ErrorCode.WRN_WindowsExperimental or ErrorCode.WRN_DeprecatedCollectionInitAdd or