1 implementation of GetAssembly
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Loader_1.cs (1)
163TargetPointer ILoader.GetAssembly(ModuleHandle handle)
11 references to GetAssembly
Microsoft.Diagnostics.DataContractReader.Legacy (11)
ClrDataModule.cs (1)
562if (contract.GetAssembly(handle) == contract.GetRootAssembly())
Dbi\DacDbiImpl.cs (8)
326pData->vmAssembly = loader.GetAssembly(handle).Value; 514TargetPointer assembly = loader.GetAssembly(handle); 1176*pRetVal = loader.GetAssembly(referencedModuleHandle).Value; 1449vmAssembly = loader.GetAssembly(moduleHandle); 4262*ppFunctionAssembly = _target.Contracts.Loader.GetAssembly(moduleHandle).Value; 4407TargetPointer assemblyPtr = loader.GetAssembly(handle); 4644WriteLittleEndian(ref pTypeInfo->ClassTypeData_vmAssembly, loader.GetAssembly(moduleHandle).Value); 4698WriteLittleEndian(ref typeInfo.vmAssembly, loader.GetAssembly(moduleHandle).Value);
SOSDacImpl.cs (2)
439values[n++] = loader.GetAssembly(module).ToClrDataAddress(_target); 3137data->Assembly = contract.GetAssembly(handle).ToClrDataAddress(_target);