3 references to Instrument
Microsoft.Build.Tasks.CodeAnalysis.Sdk (3)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (3)
216
set { _store[nameof(
Instrument
)] = value; }
217
get { return (string?)_store[nameof(
Instrument
)]; }
926
commandLine.AppendSwitchWithSplitting("/instrument:",
Instrument
, ",", ';', ',');