2 references to IsSupported
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncInstrumentation.cs (1)
14public static bool IsAsyncDebuggerSupported => Debugger.IsSupported;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (1)
823if (!Debugger.IsSupported)