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