2 references to SecurityAttributes
MSBuildTaskHost (2)
NativeMethods.cs (2)
397
_nLength = (uint)Marshal.SizeOf(typeof(
SecurityAttributes
));
1765
internal static extern bool CreatePipe(out SafeFileHandle hReadPipe, out SafeFileHandle hWritePipe,
SecurityAttributes
lpPipeAttributes, int nSize);