13 references to ERR_FeatureInPreview
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1995
or ErrorCode.
ERR_FeatureInPreview
Errors\MessageID.cs (1)
475
? new CSDiagnosticInfo(ErrorCode.
ERR_FeatureInPreview
, feature.Localize())
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (9)
Semantics\CollectionExpressionTests_WithElement_Extra.cs (9)
38
Diagnostic(ErrorCode.
ERR_FeatureInPreview
, "with").WithArguments("collection expression arguments").WithLocation(1, 12),
66
Diagnostic(ErrorCode.
ERR_FeatureInPreview
, "with").WithArguments("collection expression arguments").WithLocation(2, 19),
72
Diagnostic(ErrorCode.
ERR_FeatureInPreview
, "with").WithArguments("collection expression arguments").WithLocation(2, 30),
103
Diagnostic(ErrorCode.
ERR_FeatureInPreview
, "with").WithArguments("collection expression arguments").WithLocation(2, 16),
106
Diagnostic(ErrorCode.
ERR_FeatureInPreview
, "with").WithArguments("collection expression arguments").WithLocation(2, 28),
155
Diagnostic(ErrorCode.
ERR_FeatureInPreview
, "with").WithArguments("collection expression arguments").WithLocation(2, 5),
158
Diagnostic(ErrorCode.
ERR_FeatureInPreview
, "with").WithArguments("collection expression arguments").WithLocation(3, 5),
164
Diagnostic(ErrorCode.
ERR_FeatureInPreview
, "with").WithArguments("collection expression arguments").WithLocation(4, 5),
200
Diagnostic(ErrorCode.
ERR_FeatureInPreview
, "with").WithArguments("collection expression arguments").WithLocation(3, 9));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NullConditionalAssignmentTests.cs (1)
123
.Where(diag => diag.Code == (int)ErrorCode.
ERR_FeatureInPreview
)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
364
case ErrorCode.
ERR_FeatureInPreview
: