1 write to _target
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ExecutionManager\Helpers\RuntimeFunctionLookup.cs (1)
18_target = target;
4 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\ExecutionManager\Helpers\RuntimeFunctionLookup.cs (4)
27Data.UnwindInfo unwindInfo = _target.ProcessedData.GetOrAdd<Data.UnwindInfo>(imageBase + function.UnwindData); 36return (uint)(funcLengthInHeader * (_target.PointerSize / 2)); 44relativeAddress = CodePointerUtils.CodePointerFromAddress(relativeAddress, _target).AsTargetPointer; 78return _target.ProcessedData.GetOrAdd<Data.RuntimeFunction>(addr);