5 references to m_qos
System.Data (5)
fx\src\data\System\Data\SQLTypes\SQLFileStream.cs (5)
964
m_qos
.length = (uint)Marshal.SizeOf(typeof(UnsafeNativeMethods.SECURITY_QUALITY_OF_SERVICE));
967
m_qos
.impersonationLevel = (int)impersonationLevel;
969
m_qos
.effectiveOnly = effectiveOnly ? (byte) 1 : (byte) 0;
970
m_qos
.contextDynamicTrackingMode = dynamicTrackingMode ? (byte) 1 : (byte) 0;
980
m_hQos = GCHandle.Alloc(
m_qos
, GCHandleType.Pinned);