5 references to NetSdk
Microsoft.NET.ProjectData (5)
CacheFileReader.cs (2)
1026
if (trimmed.StartsWith(PathSentinels.
NetSdk
, StringComparison.Ordinal))
1052
if (path.StartsWith(PathSentinels.
NetSdk
, StringComparison.Ordinal))
CachePathResolver.cs (3)
375
PathSentinels.
NetSdk
=> JoinWithNativeSeparators(this.RequireNetSdkPath(), body),
386
(PathSentinels.
NetSdk
, true),
434
if (TryStripSentinel(portablePath, PathSentinels.
NetSdk
, out body))