2 writes to level
System (2)
compmod\system\diagnostics\SeverityFilter.cs (2)
14this.level = level; 28level = value;
2 references to level
System (2)
compmod\system\diagnostics\SeverityFilter.cs (2)
20return ((int) eventType & (int) level) != 0; 25return level;