6 references to ERR_InvalidInstrumentationKind
Microsoft.CodeAnalysis.CSharp (3)
CommandLine\CSharpCommandLineParser.cs (1)
2010
AddDiagnostic(diagnostics, ErrorCode.
ERR_InvalidInstrumentationKind
, kind);
Errors\ErrorFacts.cs (1)
1737
or ErrorCode.
ERR_InvalidInstrumentationKind
Errors\MessageProvider.cs (1)
191
public override int ERR_InvalidInstrumentationKind => (int)ErrorCode.
ERR_InvalidInstrumentationKind
;
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
CommandLineTests.cs (3)
4017
Diagnostic(ErrorCode.
ERR_InvalidInstrumentationKind
).WithArguments("InvalidOption"));
4022
Diagnostic(ErrorCode.
ERR_InvalidInstrumentationKind
).WithArguments("None"));
4027
Diagnostic(ErrorCode.
ERR_InvalidInstrumentationKind
).WithArguments("InvalidOption"));