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