2 references to IsWindows
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\Hosting\DirectoryCatalog.cs (2)
731
if (!
IsWindows
)
742
return
IsWindows
? fullPath.ToUpperInvariant() : fullPath;