3 references to FormatEmbedded
Microsoft.NET.ProjectData.Tasks (3)
CachePathResolver.cs (3)
151
return
FormatEmbedded
(text, idx, PathSentinels.Nuget, idx + this.nugetFolders[i].Length);
158
string portable =
FormatEmbedded
(text, idx, PathSentinels.Dotnet, idx + this.dotnetRoots[i].Length);
166
return
FormatEmbedded
(text, idx, PathSentinels.NetFxRef, idx + this.netFxRefRoot.Length);