3 references to IsLinux
Microsoft.AspNetCore.Razor.Test.Common (2)
ConditionalFactAttribute.cs (2)
179
Add(Is.Linux, static () => PlatformInformation.
IsLinux
);
182
Add(Is.AnyUnix, static () => PlatformInformation.
IsLinux
||
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Utilities\FilePathNormalizer.cs (1)
16
private static readonly Func<char, char> s_charConverter = PlatformInformation.
IsLinux