9 references to PtrToStructure
illink (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmClrValue.cs (1)
769return Marshal.PtrToStructure(ptr, destinationType);
Microsoft.DotNet.SignCheckLibrary (2)
Verification\VsixVerifier.cs (2)
78var timestampContext = (CRYPT_TIMESTAMP_CONTEXT)Marshal.PtrToStructure(TSContextPtr, typeof(CRYPT_TIMESTAMP_CONTEXT)); 79var timestampInfo = (CRYPT_TIMESTAMP_INFO)Marshal.PtrToStructure(timestampContext.pTimeStamp, typeof(CRYPT_TIMESTAMP_INFO));
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);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Message.cs (1)
89Type cls) => Marshal.PtrToStructure(LParamInternal, cls);