8 references to PtrToStructure
Microsoft.Build.Tasks.Core (3)
ManifestUtil\ComImporter.cs (2)
67
var typeLibAttr = (TYPELIBATTR)Marshal.
PtrToStructure
(typeLibAttrPtr, typeof(TYPELIBATTR));
91
TYPEATTR tinfoAttr = (TYPEATTR)Marshal.
PtrToStructure
(tinfoAttrPtr, typeof(TYPEATTR));
ManifestUtil\mansign2.cs (1)
816
var timestampContext = (Win32.CRYPT_TIMESTAMP_CONTEXT)Marshal.
PtrToStructure
(ppTsContext, typeof(Win32.CRYPT_TIMESTAMP_CONTEXT));
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmClrValue.cs (1)
771
return Marshal.
PtrToStructure
(ptr, destinationType);
Microsoft.VisualStudio.LanguageServices (1)
Snippets\AbstractSnippetInfoService.cs (1)
222
var buffer = (VsExpansionWithIntPtrs)Marshal.
PtrToStructure
(expansionPtr, typeof(VsExpansionWithIntPtrs));
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (3)
496
var abi_element = Marshal.
PtrToStructure
((IntPtr)data, HelperType);
514
var abi_element = Marshal.
PtrToStructure
((IntPtr)data, HelperType);
590
var abi_element = Marshal.
PtrToStructure
((IntPtr)data, HelperType);