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