2 references to CreateFileMapping
System.ServiceModel (2)
System\ServiceModel\Activation\SharedMemory.cs (1)
39fileMapping = UnsafeNativeMethods.CreateFileMapping((IntPtr)(-1), securityAttributes, UnsafeNativeMethods.PAGE_READWRITE, 0, sizeof(SharedMemoryContents), name);
System\ServiceModel\Channels\PipeConnection.cs (1)
2557fileMapping = UnsafeNativeMethods.CreateFileMapping((IntPtr)(-1), securityAttributes,