2 implementations of IsGcSafe
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ExecutionManager\ExecutionManager_1.cs (1)
32public bool IsGcSafe(TargetCodePointer instructionPointer) => _executionManagerCore.IsGcSafe(instructionPointer);
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
415bool IExecutionManager.IsGcSafe(TargetCodePointer instructionPointer)
2 references to IsGcSafe
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ExecutionManager\ExecutionManager_1.cs (1)
32public bool IsGcSafe(TargetCodePointer instructionPointer) => _executionManagerCore.IsGcSafe(instructionPointer);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
1279if (!_target.Contracts.ExecutionManager.IsGcSafe(context.InstructionPointer))