1 write to _mockDebuggerIsAttached
Microsoft.Maui (1)
VisualDiagnostics\DebuggerHelper.cs (1)
10 static DebuggerHelper() => _mockDebuggerIsAttached = true;
1 reference to _mockDebuggerIsAttached
Microsoft.Maui (1)
VisualDiagnostics\DebuggerHelper.cs (1)
14 public static bool DebuggerIsAttached => _mockDebuggerIsAttached || Debugger.IsAttached;