Searched refs:SimpleCSR (Results 1 – 2 of 2) sorted by relevance
12 public struct SimpleCSR : IEquatable<SimpleCSR> struct14 public SimpleCSR(string name, uint number, PrivilegeLevel mode) in SimpleCSR() method23 if(obj is SimpleCSR csr) in Equals()30 public bool Equals(SimpleCSR csr) in Equals() argument
228 var customCSR = new SimpleCSR(name, number, mode); in RegisterCustomCSR()865 … private readonly Dictionary<SimpleCSR, ulong> simpleCSRs = new Dictionary<SimpleCSR, ulong>();