3 references to NetFxRef
Microsoft.NET.ProjectData.Tasks (3)
CachePathResolver.cs (2)
70
return PathSentinels.
NetFxRef
+ "/" + absolutePath.Substring(this.netFxRefRoot.Length).Replace('\\', '/');
166
return FormatEmbedded(text, idx, PathSentinels.
NetFxRef
, idx + this.netFxRefRoot.Length);
ProjectDataWriter.cs (1)
28
internal const string NetFxRefPrefix = PathSentinels.
NetFxRef
+ "/";