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