416 references to Size
aspire (1)
GenerateDocumentationAndConfigFiles (1)
ILCompiler.ReadyToRun (1)
ILCompiler.RyuJit (1)
ILLink.RoslynAnalyzer (1)
Microsoft.AspNetCore.DataProtection (1)
Microsoft.AspNetCore.Routing (2)
Microsoft.Build (1)
Microsoft.Build.Framework (1)
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.Analyzers (1)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.Extensions.Package (1)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
Microsoft.CodeAnalysis.Scripting (1)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Microsoft.Extensions.Caching.Hybrid.Tests (1)
Microsoft.Extensions.Caching.Memory (2)
Microsoft.ML.FastTree (1)
Microsoft.Private.Windows.Core (2)
Microsoft.VisualBasic.Core (1)
Microsoft.Win32.SystemEvents (1)
Mono.Cecil (1)
PresentationFramework (14)
PresentationUI (1)
ReachFramework (4)
Roslyn.Diagnostics.Analyzers (1)
System.Collections (2)
System.Collections.Concurrent (2)
System.Collections.Immutable (1)
System.Data.Odbc (16)
System.Data.OleDb (63)
OleDb_Enum.cs (4)
132private static readonly NativeDBType D_BSTR = new NativeDBType(0xff, IntPtr.Size, false, false, OleDbType.BSTR, NativeDBType.BSTR, S_BSTR, typeof(string), NativeDBType.BSTR, DbType.String); // 2 - integer4 (pointer)
147private static readonly NativeDBType D_IDispatch = new NativeDBType(0xff, IntPtr.Size, true, false, OleDbType.IDispatch, NativeDBType.IDISPATCH, S_IDISPATCH, typeof(object), NativeDBType.IDISPATCH, DbType.Object); // 17 - integer4 (pointer)
148private static readonly NativeDBType D_IUnknown = new NativeDBType(0xff, IntPtr.Size, true, false, OleDbType.IUnknown, NativeDBType.IUNKNOWN, S_IUNKNOWN, typeof(object), NativeDBType.IUNKNOWN, DbType.Object); // 18 - integer4 (pointer)
166private static readonly NativeDBType D_Chapter = new NativeDBType(0xff, IntPtr.Size, false, false, OleDbType.Empty, NativeDBType.HCHAPTER, S_UDT, typeof(IDataReader), NativeDBType.HCHAPTER, DbType.Object); // 36 - (hierarchical chaper)
RowBinding.cs (15)
49Debug.Assert(_bindingCount * 3 * IntPtr.Size <= _dataLength, "_dataLength too small");
242Debug.Assert(0 == offset % IntPtr.Size, "invalid alignment");
243ValidateCheck(offset, 2 * IntPtr.Size);
261Marshal.WriteIntPtr(base.handle, offset + IntPtr.Size, ptr);
281Debug.Assert(0 == offset % IntPtr.Size, "invalid alignment");
282ValidateCheck(offset, 2 * IntPtr.Size);
300Marshal.WriteIntPtr(base.handle, offset + IntPtr.Size, pinnedValue); // original parameter value
408ValidateCheck(valueOffset, 2 * IntPtr.Size);
417ValidateCheck(valueOffset, 2 * IntPtr.Size);
491IntPtr originalValue = Marshal.ReadIntPtr(buffer, valueOffset + IntPtr.Size);
504Marshal.WriteIntPtr(buffer, valueOffset + IntPtr.Size, IntPtr.Zero);
520IntPtr originalValue = Marshal.ReadIntPtr(buffer, valueOffset + IntPtr.Size);
530Marshal.WriteIntPtr(buffer, valueOffset + IntPtr.Size, IntPtr.Zero);
567ValidateCheck(offset, IntPtr.Size);
568Debug.Assert(0 == offset % IntPtr.Size, "invalid alignment");
System\Data\ProviderBase\DbBuffer.cs (16)
62Debug.Assert(0 == offset % IntPtr.Size, "invalid alignment");
120Debug.Assert(0 == offset % IntPtr.Size, "invalid alignment");
153Debug.Assert(0 == offset % IntPtr.Size, "invalid alignment");
212Debug.Assert(0 == offset % IntPtr.Size, "invalid alignment");
264Debug.Assert(0 == offset % IntPtr.Size, "invalid alignment");
290Debug.Assert(0 == offset % IntPtr.Size, "invalid alignment");
315ValidateCheck(offset, IntPtr.Size);
316Debug.Assert(0 == offset % IntPtr.Size, "invalid alignment");
361Debug.Assert(0 == offset % IntPtr.Size, "invalid alignment");
409Debug.Assert(0 == offset % IntPtr.Size, "invalid alignment");
435Debug.Assert(0 == offset % IntPtr.Size, "invalid alignment");
490Debug.Assert(0 == offset % IntPtr.Size, "invalid alignment");
540Debug.Assert(0 == offset % IntPtr.Size, "invalid alignment");
566Debug.Assert(0 == offset % IntPtr.Size, "invalid alignment");
589ValidateCheck(offset, IntPtr.Size);
590Debug.Assert(0 == offset % IntPtr.Size, "invalid alignment");
System.Diagnostics.DiagnosticSource (1)
System.Diagnostics.Process (1)
System.DirectoryServices (11)
System.DirectoryServices.Protocols (15)
System.Drawing.Common (1)
System.IO.Compression (1)
System.IO.MemoryMappedFiles (5)
System.Linq (3)
System.Linq.AsyncEnumerable (3)
System.Linq.Parallel (5)
System.Management (2)
System.Net.Http (1)
System.Net.Http.WinHttpHandler (1)
System.Net.HttpListener (1)
System.Net.Mail (1)
System.Net.NetworkInformation (1)
System.Net.Primitives (1)
System.Net.Quic (1)
System.Net.Security (1)
System.Net.WebClient (1)
System.Numerics.Tensors (4)
System.Private.CoreLib (85)
System.Private.DataContractSerialization (1)
System.Private.Reflection.Execution (1)
System.Private.TypeLoader (31)
System.Private.Uri (1)
System.Private.Windows.Core (2)
System.Private.Xml (1)
System.Reflection.Metadata (1)
System.Runtime.Caching (1)
System.Runtime.Numerics (75)
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
139int cbData = IntPtr.Size;
System.Security.Cryptography.Pkcs (2)
System.Security.Cryptography.Xml (1)
System.Speech (1)
System.Text.Encodings.Web (1)
System.Text.Json (1)
System.Text.RegularExpressions (3)
System.Text.RegularExpressions.Generator (1)
System.Threading.Tasks.Parallel (2)
System.Web.HttpUtility (1)
System.Windows.Forms (2)
System.Windows.Forms.Primitives (1)
UIAutomationClient (2)
UIAutomationClientSideProviders (2)