5 references to DirectorySeparatorChar
Microsoft.NET.Build.Tasks (1)
ResolvePackageAssets.cs (1)
1580var parts = targetFramework.Split(LockFile.DirectorySeparatorChar);
NuGet.ProjectModel (4)
JsonUtility.cs (1)
20internal static readonly char[] PathSplitChars = new[] { LockFile.DirectorySeparatorChar };
LockFile\Utf8JsonStreamLockFileLibraryConverter.cs (1)
50var (name, version) = propertyName.SplitInTwo(LockFile.DirectorySeparatorChar);
LockFile\Utf8JsonStreamLockFileTargetConverter.cs (1)
30var (targetFramework, runTimeFramework) = propertyName.SplitInTwo(LockFile.DirectorySeparatorChar);
LockFile\Utf8JsonStreamLockFileTargetConverterV4.cs (1)
28var (targetFramework, runTimeFramework) = propertyName.SplitInTwo(LockFile.DirectorySeparatorChar);