2 references to sizeofSECURITY_ATTRIBUTES
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (2)
2476
pSecurityAttributes = Marshal.AllocHGlobal(
sizeofSECURITY_ATTRIBUTES
);
2480
Marshal.WriteInt32(pSecurityAttributes, 0,
sizeofSECURITY_ATTRIBUTES
); // nLength = sizeof(SECURITY_ATTRIBUTES)