3 instantiations of SECURITY_ATTRIBUTES
System.ServiceModel (3)
System\ServiceModel\Activation\SharedMemory.cs (1)
35UnsafeNativeMethods.SECURITY_ATTRIBUTES securityAttributes = new UnsafeNativeMethods.SECURITY_ATTRIBUTES();
System\ServiceModel\Channels\PipeConnection.cs (2)
2074UnsafeNativeMethods.SECURITY_ATTRIBUTES securityAttributes = new UnsafeNativeMethods.SECURITY_ATTRIBUTES(); 2554UnsafeNativeMethods.SECURITY_ATTRIBUTES securityAttributes = new UnsafeNativeMethods.SECURITY_ATTRIBUTES();
6 references to SECURITY_ATTRIBUTES
System.ServiceModel (6)
System\ServiceModel\Activation\SharedMemory.cs (1)
35UnsafeNativeMethods.SECURITY_ATTRIBUTES securityAttributes = new UnsafeNativeMethods.SECURITY_ATTRIBUTES();
System\ServiceModel\Channels\PipeConnection.cs (2)
2074UnsafeNativeMethods.SECURITY_ATTRIBUTES securityAttributes = new UnsafeNativeMethods.SECURITY_ATTRIBUTES(); 2554UnsafeNativeMethods.SECURITY_ATTRIBUTES securityAttributes = new UnsafeNativeMethods.SECURITY_ATTRIBUTES();
System\ServiceModel\Channels\UnsafeNativeMethods.cs (3)
474internal int nLength = Marshal.SizeOf(typeof(SECURITY_ATTRIBUTES)); 528SECURITY_ATTRIBUTES securityAttributes, 546SECURITY_ATTRIBUTES securityAttributes