11 references to IsManaged
Microsoft.Diagnostics.DataContractReader.Contracts (11)
Contracts\StackWalk\StackWalk_1.cs (8)
133
StackWalkState state =
IsManaged
(context.InstructionPointer, out _) ? StackWalkState.Frameless : StackWalkState.InitialNativeContext;
198
StackWalkState state =
IsManaged
(context.InstructionPointer, out _) ? StackWalkState.Frameless : StackWalkState.InitialNativeContext;
254
StackWalkState state =
IsManaged
(context.InstructionPointer, out _) ? StackWalkState.Frameless : StackWalkState.InitialNativeContext;
296
if (!
IsManaged
(gcFrame.Frame.Context.InstructionPointer, out CodeBlockHandle? cbh))
864
handle.State =
IsManaged
(recoveredContext.InstructionPointer, out _)
934
bool isManaged =
IsManaged
(handle.Context.InstructionPointer, out _);
985
Debug.Assert(
IsManaged
(handle.Context.InstructionPointer, out _));
1126
if (!
IsManaged
(handle.Context.InstructionPointer, out CodeBlockHandle? codeBlockHandle))
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (3)
62
bool isCallerInVM = !
IsManaged
(callerIp, out CodeBlockHandle? _);
112
if (!
IsManaged
(handle.Context.InstructionPointer, out CodeBlockHandle? cbh))
126
if (!
IsManaged
(handle.Context.InstructionPointer, out CodeBlockHandle? cbh))