3 references to WBEM_FLAVOR_NOT_OVERRIDABLE
System.Management (3)
System\Management\Qualifier.cs (2)
354
flavor &= ~(int)tag_WBEM_FLAVOR_TYPE.
WBEM_FLAVOR_NOT_OVERRIDABLE
;
356
flavor |= (int)tag_WBEM_FLAVOR_TYPE.
WBEM_FLAVOR_NOT_OVERRIDABLE
;
System\Management\QualifierSet.cs (1)
472
if (!isOverridable) qualFlavor |= (int)tag_WBEM_FLAVOR_TYPE.
WBEM_FLAVOR_NOT_OVERRIDABLE
;