3 references to ImportLocation
NuGet.PackageManagement (3)
Projects\IMSBuildProjectSystem.cs (1)
44
void AddImport(string targetFullPath,
ImportLocation
location);
Projects\MSBuildNuGetProject.cs (2)
364
fullImportFilePath.EndsWith(".props", StringComparison.OrdinalIgnoreCase) ?
ImportLocation
.Top :
ImportLocation
.Bottom);