6 references to Nuget
Microsoft.NET.ProjectData.Tasks (6)
CachePathResolver.cs (2)
59
return PathSentinels.
Nuget
+ "/" + absolutePath.Substring(this.nugetFolders[i].Length).Replace('\\', '/');
151
return FormatEmbedded(text, idx, PathSentinels.
Nuget
, idx + this.nugetFolders[i].Length);
ProjectDataWriter.cs (4)
29
internal const string NuGetPrefix = PathSentinels.
Nuget
+ "/";
773
&& !arg.StartsWith(PathSentinels.
Nuget
, StringComparison.OrdinalIgnoreCase)
1186
const string NuGetPrefix = PathSentinels.
Nuget
+ "/";
1233
const string NuGetPrefix = PathSentinels.
Nuget
+ "/";