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