2 references to SecurityAttributes
Microsoft.Build.Framework (2)
NativeMethods.cs (2)
399
_nLength = (uint)Marshal.SizeOf<
SecurityAttributes
>();
1765
internal static extern bool CreatePipe(out SafeFileHandle hReadPipe, out SafeFileHandle hWritePipe,
SecurityAttributes
lpPipeAttributes, int nSize);