3 writes to lpSecurityDescriptor
System.ServiceModel (3)
System\ServiceModel\Activation\SharedMemory.cs (1)
38securityAttributes.lpSecurityDescriptor = (IntPtr)pinnedSecurityDescriptor;
System\ServiceModel\Channels\PipeConnection.cs (2)
2075securityAttributes.lpSecurityDescriptor = (IntPtr)pinnedSecurityDescriptor; 2555securityAttributes.lpSecurityDescriptor = (IntPtr)pinnedSecurityDescriptor;