1 write to ProvideCommandLineArgs
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
TestUtilities\TaskTestUtil.cs (1)
37
compilerTask.
ProvideCommandLineArgs
= true;
3 references to ProvideCommandLineArgs
Microsoft.Build.Tasks.CodeAnalysis (3)
ManagedCompiler.cs (3)
308
set { _store[nameof(
ProvideCommandLineArgs
)] = value; }
309
get { return _store.GetOrDefault(nameof(
ProvideCommandLineArgs
), false); }
508
if (
ProvideCommandLineArgs
)