1 implementation of GetAssembly
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Loader_1.cs (1)
170TargetPointer ILoader.GetAssembly(ModuleHandle handle)
11 references to GetAssembly
Microsoft.Diagnostics.DataContractReader.Legacy (11)
ClrDataModule.cs (1)
561if (contract.GetAssembly(handle) == contract.GetRootAssembly())
Dbi\DacDbiImpl.cs (8)
338pData->vmAssembly = loader.GetAssembly(handle).Value; 556TargetPointer assembly = loader.GetAssembly(handle); 1279*pRetVal = loader.GetAssembly(referencedModuleHandle).Value; 1832vmAssembly = loader.GetAssembly(moduleHandle); 5241*ppFunctionAssembly = _target.Contracts.Loader.GetAssembly(moduleHandle).Value; 5386TargetPointer assemblyPtr = loader.GetAssembly(handle); 5753WriteLittleEndian(ref pTypeInfo->ClassTypeData_vmAssembly, loader.GetAssembly(moduleHandle).Value); 5807WriteLittleEndian(ref typeInfo.vmAssembly, loader.GetAssembly(moduleHandle).Value);
SOSDacImpl.cs (2)
418values[n++] = loader.GetAssembly(module).ToClrDataAddress(_target); 3121data->Assembly = contract.GetAssembly(handle).ToClrDataAddress(_target);