8 references to Size
mscorlib (4)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingDataCollector.cs (2)
161DataCollector.ThreadInstance.AddScalar(&value, UIntPtr.Size); 334DataCollector.ThreadInstance.AddArray(value, value == null ? 0 : value.Length, UIntPtr.Size);
system\runtime\interopservices\safebuffer.cs (1)
86private static readonly UIntPtr Uninitialized = (UIntPtr.Size == 4) ?
system\uintptr.cs (1)
65if (Size==4 && l>UInt32.MaxValue) {
System.Web (4)
Util\altserialization.cs (4)
140if (UIntPtr.Size == 4) { 144Debug.Assert(UIntPtr.Size == 8); 260if (UIntPtr.Size == 4) { 264Debug.Assert(UIntPtr.Size == 8);