2 references to s_SizeOfBool
System (2)
net\System\Net\WebSockets\WebSocketBuffer.cs (2)
36
private static readonly int s_PropertyBufferSize = 2 * s_SizeOfUInt +
s_SizeOfBool
+ IntPtr.Size;
186
PropertySize = (uint)
s_SizeOfBool
,