4 references to AppendEscapedQualifiedName
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\CqlGeneration\ExtentCqlBlock.cs (1)
65
CqlWriter.
AppendEscapedQualifiedName
(builder, m_extent.EntityContainer.Name, m_extent.Name);
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
908
CqlWriter.
AppendEscapedQualifiedName
(builder, extent.EntityContainer.Name, extent.Name);
System\Data\Mapping\ViewGeneration\Structures\TypeConstant.cs (1)
109
CqlWriter.
AppendEscapedQualifiedName
(builder, refScopeEntitySet.EntityContainer.Name, refScopeEntitySet.Name);
System\Data\Mapping\ViewGeneration\Structures\WithStatement.cs (1)
70
CqlWriter.
AppendEscapedQualifiedName
(builder, m_toEndEntitySet.EntityContainer.Name, m_toEndEntitySet.Name);