31 references to WRN_Experimental
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (2)
413
case ErrorCode.
WRN_Experimental
:
1768
case ErrorCode.
WRN_Experimental
:
Generated\ErrorFacts.Generated.cs (1)
177
case ErrorCode.
WRN_Experimental
:
Symbols\ObsoleteAttributeHelpers.cs (2)
162
return new CSDiagnosticInfo(ErrorCode.
WRN_Experimental
, new FormattedSymbol(symbol, SymbolDisplayFormat.CSharpErrorMessageFormat));
190
(ErrorCode.
WRN_Experimental
or ErrorCode.WRN_DeprecatedCollectionInitAdd or
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (25)
Attributes\AttributeTests_Experimental.cs (25)
70
Diagnostic(ErrorCode.
WRN_Experimental
, "B").WithArguments("N.A<T>.B").WithLocation(11, 17),
73
Diagnostic(ErrorCode.
WRN_Experimental
, "D<int>").WithArguments("N.D<int>").WithLocation(12, 13));
93
Diagnostic(ErrorCode.
WRN_Experimental
, "B").WithArguments("N.A<int>.B").WithLocation(8, 24),
96
Diagnostic(ErrorCode.
WRN_Experimental
, "S").WithArguments("N.S").WithLocation(9, 21),
99
Diagnostic(ErrorCode.
WRN_Experimental
, "E").WithArguments("N.E").WithLocation(10, 25),
102
Diagnostic(ErrorCode.
WRN_Experimental
, "E").WithArguments("N.E").WithLocation(11, 13));
108
Diagnostic(ErrorCode.
WRN_Experimental
, "B").WithArguments("N.A<int>.B").WithLocation(8, 24),
111
Diagnostic(ErrorCode.
WRN_Experimental
, "S").WithArguments("N.S").WithLocation(9, 21),
114
Diagnostic(ErrorCode.
WRN_Experimental
, "E").WithArguments("N.E").WithLocation(10, 25),
117
Diagnostic(ErrorCode.
WRN_Experimental
, "E").WithArguments("N.E").WithLocation(11, 13));
168
Diagnostic(ErrorCode.
WRN_Experimental
, "E.A").WithArguments("E.A").WithLocation(7, 13),
171
Diagnostic(ErrorCode.
WRN_Experimental
, "((I)o).F()").WithArguments("I.F()").WithLocation(11, 9));
211
Diagnostic(ErrorCode.
WRN_Experimental
, "A").WithArguments("A").WithLocation(20, 19),
226
Diagnostic(ErrorCode.
WRN_Experimental
, "A").WithArguments("A").WithLocation(27, 14),
229
Diagnostic(ErrorCode.
WRN_Experimental
, "A.B").WithArguments("A.B").WithLocation(27, 14));
322
Diagnostic(ErrorCode.
WRN_Experimental
, "A.B").WithArguments("A.B").WithLocation(27, 14));
372
Diagnostic(ErrorCode.
WRN_Experimental
, "A").WithArguments("A"),
375
Diagnostic(ErrorCode.
WRN_Experimental
, "B").WithArguments("B").WithLocation(9, 31));
404
Diagnostic(ErrorCode.
WRN_Experimental
, "A").WithArguments("A").WithLocation(14, 5));
430
Diagnostic(ErrorCode.
WRN_Experimental
, "MyAttribute").WithArguments("MyAttribute").WithLocation(8, 2),
461
Diagnostic(ErrorCode.
WRN_Experimental
, "A").WithArguments("AAttribute").WithLocation(9, 2),
467
Diagnostic(ErrorCode.
WRN_Experimental
, "A").WithArguments("AAttribute").WithLocation(13, 2),
501
Diagnostic(ErrorCode.
WRN_Experimental
, "B").WithArguments("BAttribute").WithLocation(4, 2),
507
Diagnostic(ErrorCode.
WRN_Experimental
, "B").WithArguments("BAttribute").WithLocation(14, 2));
641
Diagnostic(ErrorCode.
WRN_Experimental
, "CD").WithArguments("D").WithLocation(20, 21));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
278
case ErrorCode.
WRN_Experimental
: