2 writes to m_commandTree
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\GeneratedView.cs (2)
152
m_commandTree
= commandTree;
193
if (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)
188
if (
m_commandTree
== null)
195
Debug.Assert(
m_commandTree
!= null, "m_commandTree not set after parsing the view");
196
return
m_commandTree
;
203
return
m_commandTree
;
321
builder.Append(
m_commandTree
.Print());