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