2 references to GenerateFullPaths
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\Constants\PropertyNames.cs (1)
30public const string GenerateFullPaths = nameof(GenerateFullPaths);
MSBuild\CSharp\CSharpCommandLineArgumentReader.cs (1)
42AddIfTrue("fullpaths", Project.ReadPropertyBool(PropertyNames.GenerateFullPaths));