Searched refs:MatchIDEMask (Results 1 – 1 of 1) sorted by relevance
162 public bool MatchIDE => (RawMask & MatchIDEMask) > 0;166 private const ulong MatchIDEMask = 0x40000000; field