3 references to Type
Microsoft.CodeAnalysis.Scripting (3)
CoreClrShim.cs (1)
18internal static bool IsRunningOnCoreClr => AssemblyLoadContext.Type != null;
Hosting\AssemblyLoader\AssemblyLoaderImpl.cs (1)
26if (CoreClrShim.AssemblyLoadContext.Type != null)
Utilities\PdbHelpers.cs (1)
17if (CoreClrShim.AssemblyLoadContext.Type != null || Type.GetType("Mono.Runtime") != null)