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