1 write to data
System.ServiceModel (1)
System\ServiceModel\Channels\PeerUnsafeNativeCryptMethods.cs (1)
184data = CriticalAllocHandle.FromSize(size);
3 references to data
System.ServiceModel (3)
System\ServiceModel\Channels\PeerUnsafeNativeCryptMethods.cs (3)
168Marshal.Copy(bytes, 0, (IntPtr)data, bytes.Length); 201return new InteropHelper(cbData, (IntPtr)data); 210Marshal.Copy((IntPtr)data, bytes, 0, cbData);