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