2 writes to netFxRefRoot
Microsoft.NET.ProjectData.Tasks (2)
CachePathResolver.cs (2)
31 this.netFxRefRoot = ResolveNetFxRefRoot(); 42 this.netFxRefRoot = netFxRefRoot;
6 references to netFxRefRoot
Microsoft.NET.ProjectData.Tasks (6)
CachePathResolver.cs (6)
69 if (this.netFxRefRoot != null && absolutePath.StartsWith(this.netFxRefRoot, this.pathsComparison)) 70 return PathSentinels.NetFxRef + "/" + absolutePath.Substring(this.netFxRefRoot.Length).Replace('\\', '/'); 162 if (this.netFxRefRoot != null) 164 int idx = text.IndexOf(this.netFxRefRoot, this.pathsComparison); 166 return FormatEmbedded(text, idx, PathSentinels.NetFxRef, idx + this.netFxRefRoot.Length);