1 instantiation of DynamicILBlobTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Loader_1.cs (1)
661
=> new
DynamicILBlobTable
(target, address);
5 references to DynamicILBlobTable
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\Loader_1.cs (5)
658
private sealed class DynamicILBlobTable : IData<
DynamicILBlobTable
>
660
static
DynamicILBlobTable
IData<
DynamicILBlobTable
>.Create(Target target, TargetPointer address)
679
DynamicILBlobTable
dynamicILBlobTable = _target.ProcessedData.GetOrAdd<
DynamicILBlobTable
>(module.DynamicILBlobTable);