1 write to CacheEntryHeap
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\VirtualCallStubManager.cs (1)
18
CacheEntryHeap
= target.ReadPointerField(address, type, nameof(CacheEntryHeap));
4 references to CacheEntryHeap
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\Loader_1.cs (2)
730
if (vcsType.Fields.ContainsKey(nameof(Data.VirtualCallStubManager.
CacheEntryHeap
)))
731
heaps[LoaderAllocatorHeapType.CacheEntryHeap] = vcsMgr.
CacheEntryHeap
!.Value;
Data\VirtualCallStubManager.cs (2)
17
if (type.Fields.ContainsKey(nameof(
CacheEntryHeap
)))
18
CacheEntryHeap = target.ReadPointerField(address, type, nameof(
CacheEntryHeap
));