6 references to ERR_InvalidInstrumentationKind
Microsoft.CodeAnalysis.CSharp (3)
CommandLine\CSharpCommandLineParser.cs (1)
2045
AddDiagnostic(diagnostics, ErrorCode.
ERR_InvalidInstrumentationKind
, kind);
Errors\ErrorFacts.cs (1)
1743
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)
4031
Diagnostic(ErrorCode.
ERR_InvalidInstrumentationKind
).WithArguments("InvalidOption"));
4036
Diagnostic(ErrorCode.
ERR_InvalidInstrumentationKind
).WithArguments("None"));
4041
Diagnostic(ErrorCode.
ERR_InvalidInstrumentationKind
).WithArguments("InvalidOption"));