1 write to m_extent
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\GeneratedView.cs (1)
150m_extent = extent;
6 references to m_extent
System.Data.Entity (6)
System\Data\Mapping\ViewGeneration\GeneratedView.cs (6)
193if (TryParseView(m_eSQL, false, m_extent, m_mappingItemCollection, m_config, out m_commandTree, out m_discriminatorMap, out parserException)) 200throw new MappingException(System.Data.Entity.Strings.Mapping_Invalid_QueryView(m_extent.Name, parserException.Message)); 208Debug.Assert(m_extent.EntityContainer.DataSpace == DataSpace.CSpace, "Internal Tree should be asked only for query view"); 302bool ofTypeView = m_type != m_extent.ElementType; 308builder.AppendFormat("{0}.{1}", m_extent.EntityContainer.Name, m_extent.Name);