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