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