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