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