9 references to IsManaged
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\StackWalk\StackWalk_1.cs (6)
145
StackWalkState state =
IsManaged
(context.InstructionPointer, out _) ? StackWalkState.SW_FRAMELESS : StackWalkState.SW_FRAME;
193
StackWalkState state =
IsManaged
(context.InstructionPointer, out _) ? StackWalkState.SW_FRAMELESS : StackWalkState.SW_FRAME;
238
if (!
IsManaged
(gcFrame.Frame.Context.InstructionPointer, out CodeBlockHandle? cbh))
760
bool isManaged =
IsManaged
(handle.Context.InstructionPointer, out _);
798
Debug.Assert(
IsManaged
(handle.Context.InstructionPointer, out _));
891
if (!
IsManaged
(handle.Context.InstructionPointer, out CodeBlockHandle? codeBlockHandle))
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (3)
62
bool isCallerInVM = !
IsManaged
(callerIp, out CodeBlockHandle? _);
111
if (!
IsManaged
(handle.Context.InstructionPointer, out CodeBlockHandle? cbh))
124
if (!
IsManaged
(handle.Context.InstructionPointer, out CodeBlockHandle? cbh))