2 writes to fileMapping
System.ServiceModel (2)
System\ServiceModel\Activation\SharedMemory.cs (2)
26
this.
fileMapping
= fileMapping;
75
fileMapping
= null;
2 references to fileMapping
System.ServiceModel (2)
System\ServiceModel\Activation\SharedMemory.cs (2)
72
if (
fileMapping
!= null)
74
fileMapping
.Close();