1 implementation of GetPath
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Loader_1.cs (1)
483
string ILoader.
GetPath
(ModuleHandle handle)
9 references to GetPath
Microsoft.Diagnostics.DataContractReader.Legacy (9)
ClrDataModule.cs (2)
604
result = contract.
GetPath
(handle);
880
getModuleData->IsInMemory = contract.
GetPath
(moduleHandle).Length == 0 ? 1u : 0u;
Dbi\DacDbiImpl.cs (4)
232
string path = loader.
GetPath
(handle);
356
path = loader.
GetPath
(handle);
589
string path = loader.
GetPath
(handle);
4844
path = loader.
GetPath
(moduleHandle);
SOSDacImpl.cs (3)
542
string path = contract.
GetPath
(handle);
2719
string modulePath = _target.Contracts.Loader.
GetPath
(module);
3720
string path = contract.
GetPath
(handle);