7 references to Paths
Microsoft.NET.ProjectData (7)
CachePathResolver.cs (5)
28
private static readonly ConcurrentDictionary<string, Lazy<SdkAnalysisLevelDefaults>> SdkAnalysisLevelDefaultsCache = new(StringComparers.
Paths
);
107
this.dotnetRoots = [.. dotnetRoots.Select(NormalizeFolderPath).Distinct(StringComparers.
Paths
)];
108
this.nugetFolders = [.. nugetFolders.Select(NormalizeFolderPath).Distinct(StringComparers.
Paths
)];
137
if (dotnetRoot is null || dotnetRoots.Contains(dotnetRoot, StringComparers.
Paths
))
1281
.Distinct(StringComparers.
Paths
)];
FrameworkListExpander.cs (1)
20
private static readonly ConcurrentDictionary<string, Lazy<CachedExpansion>> Cache = new(StringComparers.
Paths
);
SdkKnownFrameworkReferenceResolver.cs (1)
16
private static readonly ConcurrentDictionary<string, Lazy<SdkKnownPackSet>> Cache = new(StringComparers.
Paths
);