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