1 instantiation of BoolWrapper
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\SymbolUsageManager.cs (1)
60wrapper = new BoolWrapper();
4 references to BoolWrapper
System.Data.Entity (4)
System\Data\SqlClient\SqlGen\SymbolUsageManager.cs (4)
35private readonly Dictionary<Symbol, BoolWrapper> optionalColumnUsage = new Dictionary<Symbol, BoolWrapper>(); 44BoolWrapper wrapper; 57BoolWrapper wrapper;