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