10 references to ERR_InvalidExperimentalDiagID
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2430or ErrorCode.ERR_InvalidExperimentalDiagID
Symbols\Symbol_Attributes.cs (1)
230arguments.Diagnostics.DiagnosticBag.Add(ErrorCode.ERR_InvalidExperimentalDiagID, attrArgumentLocation);
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
15816Assert.Equal((ErrorCode)9211, ErrorCode.ERR_InvalidExperimentalDiagID);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (7)
Semantics\ExperimentalAttributeTests.cs (7)
1395Diagnostic(ErrorCode.ERR_InvalidExperimentalDiagID, "null").WithLocation(1, 47) 1483Diagnostic(ErrorCode.ERR_InvalidExperimentalDiagID, @"""Diag\n""").WithLocation(1, 47) 1509Diagnostic(ErrorCode.ERR_InvalidExperimentalDiagID, @"""Diag\n""").WithLocation(4, 47) 1533Diagnostic(ErrorCode.ERR_InvalidExperimentalDiagID, @"""Diag\n01""").WithLocation(3, 47) 1560Diagnostic(ErrorCode.ERR_InvalidExperimentalDiagID, whitespace).WithLocation(1, 47) 1583Diagnostic(ErrorCode.ERR_InvalidExperimentalDiagID, @""" """).WithLocation(4, 47) 1606Diagnostic(ErrorCode.ERR_InvalidExperimentalDiagID, @"""Diag 01""").WithLocation(3, 47)