11 references to IsManaged
Microsoft.Diagnostics.DataContractReader.Contracts (11)
Contracts\StackWalk\StackWalk_1.cs (8)
131
StackWalkState state =
IsManaged
(context.InstructionPointer, out _) ? StackWalkState.Frameless : StackWalkState.InitialNativeContext;
196
StackWalkState state =
IsManaged
(context.InstructionPointer, out _) ? StackWalkState.Frameless : StackWalkState.InitialNativeContext;
252
StackWalkState state =
IsManaged
(context.InstructionPointer, out _) ? StackWalkState.Frameless : StackWalkState.InitialNativeContext;
294
if (!
IsManaged
(gcFrame.Frame.Context.InstructionPointer, out CodeBlockHandle? cbh))
857
handle.State =
IsManaged
(recoveredContext.InstructionPointer, out _)
927
bool isManaged =
IsManaged
(handle.Context.InstructionPointer, out _);
978
Debug.Assert(
IsManaged
(handle.Context.InstructionPointer, out _));
1106
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))