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