2 writes to netFxRefRoot
Microsoft.NET.ProjectData (2)
CachePathResolver.cs (2)
41
this.
netFxRefRoot
= ResolveNetFxRefRootFromEnvironment();
109
this.
netFxRefRoot
= string.IsNullOrEmpty(netFxRefRoot) ? null : NormalizeFolderPath(netFxRefRoot);
2 references to netFxRefRoot
Microsoft.NET.ProjectData (2)
CachePathResolver.cs (2)
637
if (this.
netFxRefRoot
is null)
642
string candidate = JoinWithNativeSeparators(this.
netFxRefRoot
, entry);