1 implementation of GetPath
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Loader_1.cs (1)
465
string ILoader.
GetPath
(ModuleHandle handle)
9 references to GetPath
Microsoft.Diagnostics.DataContractReader.Legacy (9)
ClrDataModule.cs (2)
507
result = contract.
GetPath
(handle);
774
getModuleData->IsInMemory = contract.
GetPath
(moduleHandle).Length == 0 ? 1u : 0u;
Dbi\DacDbiImpl.cs (4)
191
string path = loader.
GetPath
(handle);
233
path = loader.
GetPath
(handle);
342
string path = loader.
GetPath
(handle);
3962
path = loader.
GetPath
(moduleHandle);
SOSDacImpl.cs (3)
526
string path = contract.
GetPath
(handle);
2632
string modulePath = _target.Contracts.Loader.
GetPath
(module);
3620
string path = contract.
GetPath
(handle);