6 references to ERR_InvalidInstrumentationKind
Microsoft.CodeAnalysis.CSharp (3)
CommandLine\CSharpCommandLineParser.cs (1)
1994
AddDiagnostic(diagnostics, ErrorCode.
ERR_InvalidInstrumentationKind
, kind);
Errors\ErrorFacts.cs (1)
1675
case ErrorCode.
ERR_InvalidInstrumentationKind
:
Errors\MessageProvider.cs (1)
199
public override int ERR_InvalidInstrumentationKind => (int)ErrorCode.
ERR_InvalidInstrumentationKind
;
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
CommandLineTests.cs (3)
3836
Diagnostic(ErrorCode.
ERR_InvalidInstrumentationKind
).WithArguments("InvalidOption"));
3841
Diagnostic(ErrorCode.
ERR_InvalidInstrumentationKind
).WithArguments("None"));
3846
Diagnostic(ErrorCode.
ERR_InvalidInstrumentationKind
).WithArguments("InvalidOption"));