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