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