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