17 references to SizeOf
csc (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
473
startInfo.cb = Marshal.
SizeOf
(startInfo);
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
473
startInfo.cb = Marshal.
SizeOf
(startInfo);
Microsoft.VisualStudio.LanguageServices (1)
Snippets\AbstractSnippetInfoService.cs (1)
187
pSnippetInfo[0] = Marshal.AllocCoTaskMem(Marshal.
SizeOf
(snippetInfo));
PresentationUI (1)
MS\Internal\Documents\PeoplePickerWrapper.cs (1)
144
IntPtr queryInitParamsPtr = Marshal.AllocCoTaskMem(Marshal.
SizeOf
(queryInitParams));
Replay (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
473
startInfo.cb = Marshal.
SizeOf
(startInfo);
TlsFeaturesObserve (1)
HttpSys\HttpSysConfigurator.cs (1)
61
Marshal.
SizeOf
(configSslSet),
UIAutomationClient (4)
MS\Internal\Automation\input.cs (2)
64
Misc.SendInput(1, ref ki, Marshal.
SizeOf
(ki));
83
Misc.SendInput(1, ref ki, Marshal.
SizeOf
(ki));
MS\Internal\Automation\Misc.cs (1)
323
guiThreadInfo.cbSize = Marshal.
SizeOf
(guiThreadInfo);
System\Windows\Automation\Condition.cs (1)
38
int size = Marshal.
SizeOf
(uiaCondition);
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Input.cs (3)
119
if( UnsafeNativeMethods.SendInput( 1, ref mi, Marshal.
SizeOf
(mi) ) == 0 )
144
if( UnsafeNativeMethods.SendInput( 1, ref ki, Marshal.
SizeOf
(ki) ) == 0 )
168
Misc.SendInput(1, ref ki, Marshal.
SizeOf
(ki));
vbc (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
473
startInfo.cb = Marshal.
SizeOf
(startInfo);
VBCSCompiler (2)
src\Compilers\Server\VBCSCompiler\MemoryHelper.cs (1)
21
this.Length = (int)Marshal.
SizeOf
(this);
src\Compilers\Shared\BuildServerConnection.cs (1)
473
startInfo.cb = Marshal.
SizeOf
(startInfo);
xunit.console (1)
common\AssemblyResolution\Microsoft.DotNet.PlatformAbstractions\Native\NativeMethods.Windows.cs (1)
31
osvi.dwOSVersionInfoSize = (uint)Marshal.
SizeOf
(osvi);