1 instantiation of TermCounter
System.Data.Entity (1)
System\Data\Common\Utils\Boolean\Visitor.cs (1)
66static readonly TermCounter<T_Identifier> s_instance = new TermCounter<T_Identifier>();
2 references to TermCounter
System.Data.Entity (2)
System\Data\Common\Utils\Boolean\BoolExpr.cs (1)
127return TermCounter<T_Identifier>.CountTerms(this);
System\Data\Common\Utils\Boolean\Visitor.cs (1)
66static readonly TermCounter<T_Identifier> s_instance = new TermCounter<T_Identifier>();