5 references to GenerateFullPaths
Microsoft.Build.Tasks.CodeAnalysis (5)
src\Compilers\Core\MSBuildTask\Csc.cs (5)
91set { _store[nameof(GenerateFullPaths)] = value; } 92get { return _store.GetOrDefault(nameof(GenerateFullPaths), false); } 223commandLine.AppendWhenTrue("/fullpaths", _store, nameof(GenerateFullPaths)); 579CheckHostObjectSupport(param = nameof(GenerateFullPaths), cscHostObject.SetGenerateFullPaths(GenerateFullPaths));