2 writes to m_commandTree
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\GeneratedView.cs (2)
152m_commandTree = commandTree; 193if (TryParseView(m_eSQL, false, m_extent, m_mappingItemCollection, m_config, out m_commandTree, out m_discriminatorMap, out parserException))
5 references to m_commandTree
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\GeneratedView.cs (5)
188if (m_commandTree == null) 195Debug.Assert(m_commandTree != null, "m_commandTree not set after parsing the view"); 196return m_commandTree; 203return m_commandTree; 321builder.Append(m_commandTree.Print());