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