1 implementation of GetPath
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Loader_1.cs (1)
458
string ILoader.
GetPath
(ModuleHandle handle)
8 references to GetPath
Microsoft.Diagnostics.DataContractReader.Legacy (8)
ClrDataModule.cs (2)
507
result = contract.
GetPath
(handle);
775
getModuleData->IsInMemory = contract.
GetPath
(moduleHandle).Length == 0 ? 1u : 0u;
Dbi\DacDbiImpl.cs (3)
185
string path = loader.
GetPath
(handle);
224
string path = loader.
GetPath
(handle);
277
string path = loader.
GetPath
(handle);
SOSDacImpl.cs (3)
547
string path = contract.
GetPath
(handle);
2648
string modulePath = _target.Contracts.Loader.
GetPath
(module);
3626
string path = contract.
GetPath
(handle);