2 writes to fileMapping
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
2515
this.
fileMapping
= fileMapping;
2642
fileMapping
= null;
3 references to fileMapping
System.ServiceModel (3)
System\ServiceModel\Channels\PipeConnection.cs (3)
2639
if (
fileMapping
!= null)
2641
fileMapping
.Close();
2726
SafeViewOfFileHandle handle = UnsafeNativeMethods.MapViewOfFile(
fileMapping
,