1 write to _target
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
69
_target
= target;
241 references to _target
Microsoft.Diagnostics.DataContractReader.Legacy (241)
Dbi\DacDbiImpl.cs (240)
31
private ulong CorDBDefaultEnCFunctionVersion =>
_target
.ReadGlobalPointer(Constants.Globals.CorDBDefaultEnCFunctionVersion).Value;
55
if (!
_target
.TryReadGlobalPointer(Constants.Globals.ProfilerControlBlock, out TargetPointer? profControlBlockAddress))
58
Target.TypeInfo type =
_target
.GetTypeInfo(DataType.ProfControlBlock);
59
TargetPointer mainProfInterface =
_target
.ReadPointerField(profControlBlockAddress.Value, type, "MainProfilerProfInterface");
60
int notificationCount =
_target
.ReadField<int>(profControlBlockAddress.Value, type, "NotificationProfilerCount");
76
_target
.Flush(FlushScope.All);
109
*pResult =
_target
.Contracts.Debugger.TryGetDebuggerData(out Contracts.DebuggerData data) && data.IsLeftSideInitialized ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;
160
string name =
_target
.Contracts.Loader.GetAppDomainFriendlyName();
183
Contracts.ILoader loader =
_target
.Contracts.Loader;
215
Contracts.ILoader loader =
_target
.Contracts.Loader;
255
Contracts.ILoader loader =
_target
.Contracts.Loader;
270
Contracts.IEcmaMetadata ecmaMetadata =
_target
.Contracts.EcmaMetadata;
280
Contracts.IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
334
Contracts.ILoader loader =
_target
.Contracts.Loader;
381
Contracts.ILoader loader =
_target
.Contracts.Loader;
384
Contracts.IEcmaMetadata ecmaMetadata =
_target
.Contracts.EcmaMetadata;
430
Contracts.ILoader loader =
_target
.Contracts.Loader;
433
byte[] blob =
_target
.Contracts.EcmaMetadata.GetReadWriteMetadata(handle);
466
Contracts.ILoader loader =
_target
.Contracts.Loader;
469
byte[] blob =
_target
.Contracts.EcmaMetadata.GetReadWriteMetadata(handle);
516
Contracts.ILoader loader =
_target
.Contracts.Loader;
559
Contracts.ILoader loader =
_target
.Contracts.Loader;
610
Contracts.ILoader loader =
_target
.Contracts.Loader;
648
IExecutionManager eman =
_target
.Contracts.ExecutionManager;
649
if (
_target
.TryRead(address, out byte _) && eman.GetCodeBlockHandle(address) is not null)
680
Contracts.ILoader loader =
_target
.Contracts.Loader;
716
Contracts.ILoader loader =
_target
.Contracts.Loader;
776
Contracts.ILoader loader =
_target
.Contracts.Loader;
824
_target
.Contracts.Debugger.RequestSyncAtEvent();
845
_target
.Contracts.Debugger.SetSendExceptionsOutsideOfJMC(sendExceptionsOutsideOfJMC != Interop.BOOL.FALSE);
866
Contracts.IDebugger debugger =
_target
.Contracts.Debugger;
897
Contracts.IDebugger debugger =
_target
.Contracts.Debugger;
945
IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(
_target
);
947
if (!
_target
.TryGetThreadContext(dwThreadId, ctx.AllContextFlags, contextBuffer))
961
int recordSize = ExceptionRecordFullSize(
_target
.PointerSize);
966
TargetPointer espContext =
_target
.Contracts.Debugger.PrepareExceptionHijack(
977
if (!
_target
.TrySetThreadContext(dwThreadId, contextBuffer))
997
Contracts.IThread threadContract =
_target
.Contracts.Thread;
1052
Contracts.ThreadData threadData =
_target
.Contracts.Thread.GetThreadData(new TargetPointer(vmThread));
1077
Contracts.ThreadData threadData =
_target
.Contracts.Thread.GetThreadData(new TargetPointer(vmThread));
1103
Contracts.ThreadData threadData =
_target
.Contracts.Thread.GetThreadData(new TargetPointer(vmThread));
1132
Contracts.ThreadData threadData =
_target
.Contracts.Thread.GetThreadData(threadPtr);
1133
_target
.Contracts.Thread.GetThreadAllocContext(threadPtr, out long allocBytes, out long allocBytesLoh);
1169
_target
.Contracts.Thread.SetDebuggerControlledThreadState(threadPtr, Contracts.DebuggerControlledThreadState.UserSuspend);
1173
_target
.Contracts.Thread.ResetDebuggerControlledThreadState(threadPtr, Contracts.DebuggerControlledThreadState.UserSuspend);
1200
Contracts.ThreadData threadData =
_target
.Contracts.Thread.GetThreadData(new TargetPointer(vmThread));
1234
Contracts.ThreadData threadData =
_target
.Contracts.Thread.GetThreadData(threadPtr);
1236
IPlatformAgnosticContext context = IPlatformAgnosticContext.GetContextForPlatform(
_target
);
1237
byte[] contextBytes =
_target
.Contracts.StackWalk.GetContext(threadData, ThreadContextSource.Debugger, context.FullContextFlags);
1239
if (!
_target
.Contracts.ExecutionManager.IsGcSafe(context.InstructionPointer))
1268
Contracts.ThreadData threadData =
_target
.Contracts.Thread.GetThreadData(threadPtr);
1346
Contracts.ThreadData threadData =
_target
.Contracts.Thread.GetThreadData(new TargetPointer(vmThread));
1375
Contracts.ThreadData threadData =
_target
.Contracts.Thread.GetThreadData(new TargetPointer(vmThread));
1402
TargetPointer exceptionHandle =
_target
.Contracts.Thread.GetCurrentExceptionHandle(threadPtr);
1405
ThreadData data =
_target
.Contracts.Thread.GetThreadData(threadPtr);
1438
if (
_target
.Contracts.TryGetContract<IComWrappers>(out IComWrappers? comWrappers))
1443
comWrappersSuccess =
_target
.TryReadPointer(managedObjectWrapper, out objectHandle);
1447
if (!comWrappersSuccess &&
_target
.Contracts.TryGetContract<IBuiltInCOM>(out IBuiltInCOM? builtInCOM))
1483
Contracts.ThreadData threadData =
_target
.Contracts.Thread.GetThreadData(new TargetPointer(vmThread));
1509
TargetPointer defaultAppDomain =
_target
.Contracts.Loader.GetAppDomain();
1535
Contracts.ILoader loader =
_target
.Contracts.Loader;
1585
Contracts.IDebugInfo debugInfo =
_target
.Contracts.DebugInfo;
1650
Contracts.IThread threadContract =
_target
.Contracts.Thread;
1662
IStackWalk sw =
_target
.Contracts.StackWalk;
1690
uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(
_target
).Size;
1712
IPlatformAgnosticContext cdacCtx = IPlatformAgnosticContext.GetContextForPlatform(
_target
);
1713
IPlatformAgnosticContext dacCtx = IPlatformAgnosticContext.GetContextForPlatform(
_target
);
1742
IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(
_target
);
1744
ThreadData threadData =
_target
.Contracts.Thread.GetThreadData(new TargetPointer(vmThread));
1745
byte[] seedContext =
_target
.Contracts.StackWalk.GetContext(threadData, ThreadContextSource.Debugger, allFlags);
1748
handleData = new StackWalkHandleData(
_target
.Contracts.StackWalk, threadData);
1759
uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(
_target
).Size;
1829
uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(
_target
).Size;
1965
IPlatformAgnosticContext ctx = IPlatformAgnosticContext.GetContextForPlatform(
_target
);
1970
_target
.Contracts.Thread.GetStackLimitData(new TargetPointer(vmThread), out TargetPointer stackBase, out TargetPointer stackLimit, out _);
2028
TargetCodePointer controlPC =
_target
.Contracts.StackWalk.GetInstructionPointer(handle);
2029
if (
_target
.Contracts.Debugger.GetHijackKind(controlPC) != HijackKind.None)
2063
uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(
_target
).Size;
2127
IStackWalk sw =
_target
.Contracts.StackWalk;
2131
RuntimeInfoArchitecture arch =
_target
.Contracts.RuntimeInfo.GetTargetArchitecture();
2134
IPlatformAgnosticContext stripped = IPlatformAgnosticContext.GetContextForPlatform(
_target
);
2152
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
2153
IExecutionManager eman =
_target
.Contracts.ExecutionManager;
2154
TargetPointer currentAppDomain =
_target
.Contracts.Loader.GetAppDomain();
2161
data.fp =
_target
.Contracts.StackWalk.GetRuntimeFramePointer(handle).Value;
2173
TargetPointer mdPtr =
_target
.Contracts.StackWalk.GetMethodDescPtr(handle);
2184
data.v.exactGenericArgsToken =
_target
.Contracts.StackWalk.GetExactGenericArgsToken(handle).Value;
2201
TargetCodePointer controlPC =
_target
.Contracts.StackWalk.GetInstructionPointer(handle);
2225
data.v.jitFuncData.fpParentOrSelf =
_target
.Contracts.StackWalk.GetFuncletRootId(handle, out uint parentNativeOffset).Value;
2239
IExecutionManager eman =
_target
.Contracts.ExecutionManager;
2241
IGCInfo gcInfo =
_target
.Contracts.GCInfo;
2242
TargetCodePointer ip =
_target
.Contracts.StackWalk.GetInstructionPointer(handle);
2247
IStackWalk stackWalk =
_target
.Contracts.StackWalk;
2289
IStackWalk stackwalk =
_target
.Contracts.StackWalk;
2323
TargetPointer currentAppDomain =
_target
.Contracts.Loader.GetAppDomain();
2324
IStackWalk stackwalk =
_target
.Contracts.StackWalk;
2413
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
2431
ILoader loader =
_target
.Contracts.Loader;
2464
IExecutionManager eman =
_target
.Contracts.ExecutionManager;
2506
IPlatformAgnosticContext leafCtx = IPlatformAgnosticContext.GetContextForPlatform(
_target
);
2508
ThreadData threadData =
_target
.Contracts.Thread.GetThreadData(new TargetPointer(vmThread));
2509
byte[] leafContext =
_target
.Contracts.StackWalk.GetContext(threadData, ThreadContextSource.None, allFlags);
2513
IPlatformAgnosticContext givenCtx = IPlatformAgnosticContext.GetContextForPlatform(
_target
);
2542
uint allFlags = IPlatformAgnosticContext.GetContextForPlatform(
_target
).AllContextFlags;
2543
ThreadData threadData =
_target
.Contracts.Thread.GetThreadData(new TargetPointer(vmThread));
2544
byte[] context =
_target
.Contracts.StackWalk.GetContext(threadData, ThreadContextSource.Debugger, allFlags);
2555
uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(
_target
).Size;
2564
IPlatformAgnosticContext contextStruct = IPlatformAgnosticContext.GetContextForPlatform(
_target
);
2565
IPlatformAgnosticContext localContextStruct = IPlatformAgnosticContext.GetContextForPlatform(
_target
);
2583
Contracts.IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
2618
Contracts.ISignature signature =
_target
.Contracts.Signature;
2651
RuntimeInfoArchitecture arch =
_target
.Contracts.RuntimeInfo.GetTargetArchitecture();
2657
Contracts.IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
2703
*pRetVal =
_target
.Contracts.Object.GetMethodTableAddress(new TargetPointer(rawToken)).Value;
2742
ILoader loader =
_target
.Contracts.Loader;
2745
MetadataReader mdReader =
_target
.Contracts.EcmaMetadata.GetMetadata(moduleHandle)
2761
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
2773
int headerSize = HeaderReaderHelpers.GetHeaderSize(
_target
, headerPtr);
2774
int codeSize = HeaderReaderHelpers.GetCodeSize(
_target
, headerPtr);
2776
if (HeaderReaderHelpers.TryGetLocalVarSigToken(
_target
, headerPtr, out int localToken) && localToken != 0)
2814
ILoader loader =
_target
.Contracts.Loader;
2819
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
2831
pCodeInfo->vmNativeCodeMethodDescToken = methodDesc.ToClrDataAddress(
_target
);
2835
nativeCode =
_target
.Contracts.PrecodeStubs.GetInterpreterCodeFromInterpreterPrecodeIfPresent(nativeCode);
2836
pCodeInfo->hotRegion.pAddress = nativeCode.ToAddress(
_target
).ToClrDataAddress(
_target
);
2838
IExecutionManager executionManager =
_target
.Contracts.ExecutionManager;
2842
pCodeInfo->coldRegion.pAddress = coldStart.ToClrDataAddress(
_target
);
2846
if (
_target
.Contracts.TryGetContract(out ICodeVersions codeVersions))
2885
TargetCodePointer code = ((ClrDataAddress)codeAddress).ToTargetCodePointer(
_target
);
2888
code =
_target
.Contracts.PrecodeStubs.GetInterpreterCodeFromInterpreterPrecodeIfPresent(code);
2893
code = new TargetCodePointer(code.ToAddress(
_target
).Value);
2895
IExecutionManager executionManager =
_target
.Contracts.ExecutionManager;
2899
pCodeInfo->hotRegion.pAddress = codeStart.ToClrDataAddress(
_target
);
2903
pCodeInfo->coldRegion.pAddress = coldStart.ToClrDataAddress(
_target
);
2910
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
2912
pCodeInfo->vmNativeCodeMethodDescToken = methodDesc.ToClrDataAddress(
_target
);
2916
if (
_target
.Contracts.TryGetContract(out ICodeVersions codeVersions))
2930
*pVmModule = module.ToClrDataAddress(
_target
);
2998
Contracts.IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
3025
Contracts.IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
3063
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
3116
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
3166
IRuntimeMutableTypeSystem? mts =
_target
.Contracts.TryGetContract<IRuntimeMutableTypeSystem>(out IRuntimeMutableTypeSystem enc) ? enc : null;
3324
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
3352
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
3353
TargetPointer mtAddr =
_target
.Contracts.Object.GetMethodTableAddress(new TargetPointer(addr));
3430
Contracts.ILoader loader =
_target
.Contracts.Loader;
3472
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
3479
TypeDataWalk walk = new TypeDataWalk(
_target
, rts, canonTh, pTypeData->m_pList, (uint)pTypeData->m_nEntries);
3511
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
3666
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
3805
Contracts.IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
3838
Contracts.IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
3864
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
3865
IRuntimeMutableTypeSystem mrts =
_target
.Contracts.RuntimeMutableTypeSystem;
3866
Contracts.ILoader loader =
_target
.Contracts.Loader;
3968
ILoader loader =
_target
.Contracts.Loader;
3969
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
4000
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
4077
Contracts.IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
4116
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
4118
TargetPointer parentMT =
_target
.Contracts.Object.GetMethodTableAddress(objectAddress);
4175
ulong vmAppDomain =
_target
.Contracts.Loader.GetAppDomain().Value;
4177
IException exceptionContract =
_target
.Contracts.Exception;
4222
IObject obj =
_target
.Contracts.Object;
4266
IObject obj =
_target
.Contracts.Object;
4270
IBuiltInCOM builtInCom =
_target
.Contracts.BuiltInCOM;
4313
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
4351
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
4352
TargetPointer mtAddr =
_target
.Contracts.Object.GetMethodTableAddress(objectAddress);
4358
_target
.Contracts.Object.GetStringData(objectAddress, out uint length, out uint offset);
4389
IObject objectContract =
_target
.Contracts.Object;
4390
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
4452
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
4457
TargetPointer mt =
_target
.Contracts.Object.GetMethodTableAddress(objectAddress);
4468
*pObjOffsetToVars = (uint)
_target
.GetTypeInfo(DataType.Object).Size!.Value;
4469
*pObjSize = (uint)
_target
.Contracts.Object.GetSize(objectAddress);
4513
*pRetVal =
_target
.Contracts.Debugger.GetDebuggerControlBlockAddress().Value;
4538
*pRetVal =
_target
.ReadPointer(new TargetPointer(ptr)).Value;
4598
TargetPointer obj =
_target
.ReadPointer(new TargetPointer(vmHandle));
4644
TargetPointer syncBlock =
_target
.Contracts.Object.GetSyncBlockAddress(vmObject);
4646
if (syncBlock == TargetPointer.Null || !
_target
.Contracts.SyncBlock.TryGetLockInfo(syncBlock, out threadId, out recursionCount))
4652
TargetPointer threadPtr =
_target
.Contracts.Thread.IdToThread(threadId);
4692
*pRetVal =
_target
.Contracts.Debugger.GetAttachStateFlags();
4726
Contracts.ILoader loader =
_target
.Contracts.Loader;
4788
Contracts.ThreadState threadState =
_target
.Contracts.Thread.GetThreadData(vmThread).State;
4819
walk = new HeapWalk(
_target
);
4976
IGC gc =
_target
.Contracts.GC;
5085
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
5086
TargetPointer mt =
_target
.Contracts.Object.GetMethodTableAddress(new TargetPointer(obj));
5127
walk = new RefWalk(
_target
, walkStacks != Interop.BOOL.FALSE, handleWalkMask);
5272
TargetPointer mt =
_target
.Contracts.Object.GetMethodTableAddress(new TargetPointer(obj));
5341
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
5377
uint firstFieldOffset = isReferenceType ?
_target
.GetTypeInfo(DataType.Object).Size!.Value : 0;
5381
IEcmaMetadata ecmaMetadataContract =
_target
.Contracts.EcmaMetadata;
5382
ISignature signature =
_target
.Contracts.Signature;
5397
Contracts.ModuleHandle enclosingModuleHandle =
_target
.Contracts.Loader.GetModuleHandleFromModulePtr(enclosingModulePtr);
5492
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
5510
pLayout->boxOffset = rts.IsCorElementTypeObjRef(componentType) ? 0u : (uint)
_target
.PointerSize;
5548
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
5550
uint pointerSize = (uint)
_target
.PointerSize;
5575
Target.TypeInfo objectHeaderTypeInfo =
_target
.GetTypeInfo(DataType.ObjectHeader);
5620
Contracts.IGC gc =
_target
.Contracts.GC;
5623
pHeapInfo->pointerSize = (uint)
_target
.PointerSize;
5664
bool hasReadWriteMetadata =
_target
.Contracts.EcmaMetadata.HasReadWriteMetadata(new TargetPointer(vmPEAssembly));
5699
if (
_target
.Contracts.TryGetContract<IReJIT>(out IReJIT rejit))
5701
ILoader loader =
_target
.Contracts.Loader;
5711
ICodeVersions codeVersions =
_target
.Contracts.CodeVersions;
5749
if (!
_target
.Contracts.TryGetContract<IReJIT>(out IReJIT rejit))
5752
ILoader loader =
_target
.Contracts.Loader;
5766
ICodeVersions codeVersions =
_target
.Contracts.CodeVersions;
5807
ILoader loader =
_target
.Contracts.Loader;
5816
ICodeVersions codeVersions =
_target
.Contracts.CodeVersions;
5827
int headerSize = HeaderReaderHelpers.GetHeaderSize(
_target
, headerPtr);
5828
int codeSize = HeaderReaderHelpers.GetCodeSize(
_target
, headerPtr);
5830
if (HeaderReaderHelpers.TryGetLocalVarSigToken(
_target
, headerPtr, out int localToken) && localToken != 0)
5878
ICodeVersions codeVersions =
_target
.Contracts.CodeVersions;
5915
ICodeVersions codeVersions =
_target
.Contracts.CodeVersions;
5950
if (
_target
.Contracts.TryGetContract<IReJIT>(out _))
5952
ICodeVersions codeVersions =
_target
.Contracts.CodeVersions;
5996
_target
.Contracts.Debugger.EnableGCNotificationEvents(fEnable != Interop.BOOL.FALSE);
6055
DelegateInfo delegateInfo =
_target
.Contracts.Object.GetDelegateInfo(new TargetPointer(delegateObject));
6064
IExecutionManager eman =
_target
.Contracts.ExecutionManager;
6072
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
6079
Contracts.ModuleHandle moduleHandle =
_target
.Contracts.Loader.GetModuleHandleFromModulePtr(modulePtr);
6080
*ppFunctionAssembly =
_target
.Contracts.Loader.GetAssembly(moduleHandle).Value;
6113
DelegateInfo delegateInfo =
_target
.Contracts.Object.GetDelegateInfo(new TargetPointer(delegateObject));
6140
TargetPointer mt =
_target
.Contracts.Object.GetMethodTableAddress(vmObject);
6141
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
6158
Contracts.ILoader loader =
_target
.Contracts.Loader;
6189
*pResult =
_target
.Contracts.Debugger.MetadataUpdatesApplied() ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;
6223
Contracts.ILoader loader =
_target
.Contracts.Loader;
6253
ContinuationInfo info =
_target
.Contracts.Object.GetContinuationInfo(new TargetPointer(continuationAddress));
6309
Contracts.IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
6317
Contracts.ICodeVersions cv =
_target
.Contracts.CodeVersions;
6328
IReadOnlyList<AsyncSuspensionInfo> suspensionPoints =
_target
.Contracts.DebugInfo.GetAsyncSuspensionPoints(pCode);
6390
Contracts.IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;
6578
Contracts.ILoader loader =
_target
.Contracts.Loader;
6634
Contracts.ILoader loader =
_target
.Contracts.Loader;
Dbi\DacDbiImpl.NativeCodeInfo.cs (1)
19
IRuntimeTypeSystem rts =
_target
.Contracts.RuntimeTypeSystem;