7 references to SizeOfType
mscorlib (7)
system\io\unmanagedmemoryaccessor.cs (2)
559
UInt32 sizeOfT = Marshal.
SizeOfType
(typeof(T));
1043
UInt32 sizeOfT = Marshal.
SizeOfType
(typeof(T));
system\runtime\interopservices\marshal.cs (1)
242
uint size =
SizeOfType
(typeof(T));
system\runtime\interopservices\safebuffer.cs (4)
221
uint sizeofT = Marshal.
SizeOfType
(typeof(T));
261
uint sizeofT = Marshal.
SizeOfType
(typeof(T));
296
uint sizeofT = Marshal.
SizeOfType
(typeof(T));
333
uint sizeofT = Marshal.
SizeOfType
(typeof(T));