45 types derived from InternalBase
System.Data.Entity (45)
System\Data\Common\Utils\KeyToListMap.cs (1)
23internal class KeyToListMap<TKey, TValue> : InternalBase {
System\Data\Common\Utils\ModifiableIteratorCollection.cs (1)
27internal class ModifiableIteratorCollection<TElement> : InternalBase {
System\Data\Common\Utils\Pair.cs (1)
20internal class Pair<TFirst, TSecond> : InternalBase
System\Data\Common\Utils\Set.cs (1)
21internal class Set<TElement> : InternalBase, IEnumerable<TElement>
System\Data\Mapping\Update\Internal\UndirectedGraph.cs (1)
15class UndirectedGraph<TVertex> : InternalBase {
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (1)
28internal class BasicViewGenerator : InternalBase
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
23internal class CellCreator : InternalBase
System\Data\Mapping\ViewGeneration\CellPartitioner.cs (1)
27internal class CellPartitioner : InternalBase
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (1)
23internal class CellTreeSimplifier : InternalBase
System\Data\Mapping\ViewGeneration\ConfigViewGenerator.cs (1)
51internal sealed class ConfigViewGenerator : InternalBase
System\Data\Mapping\ViewGeneration\CqlGeneration\CqlBlock.cs (1)
27internal abstract class CqlBlock : InternalBase
System\Data\Mapping\ViewGeneration\CqlGeneration\CqlIdentifiers.cs (1)
21internal class CqlIdentifiers : InternalBase
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (2)
149internal sealed class OnClause : InternalBase 214private sealed class SingleClause : InternalBase
System\Data\Mapping\ViewGeneration\CqlGeneration\SlotInfo.cs (1)
22internal sealed class SlotInfo : InternalBase
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
25internal sealed class CqlGenerator : InternalBase
System\Data\Mapping\ViewGeneration\GeneratedView.cs (1)
28internal sealed class GeneratedView : InternalBase
System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs (1)
32internal partial class BoolExpression : InternalBase
System\Data\Mapping\ViewGeneration\Structures\BoolExpressionVisitors.cs (1)
32internal partial class BoolExpression : InternalBase
System\Data\Mapping\ViewGeneration\Structures\BoolLiteral.cs (1)
30internal abstract class BoolLiteral : InternalBase
System\Data\Mapping\ViewGeneration\Structures\CaseStatement.cs (2)
30internal sealed class CaseStatement : InternalBase 401internal sealed class WhenThen : InternalBase
System\Data\Mapping\ViewGeneration\Structures\Cell.cs (1)
39internal class Cell : InternalBase
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
38internal class CellQuery : InternalBase
System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs (1)
24internal abstract partial class CellTreeNode : InternalBase
System\Data\Mapping\ViewGeneration\Structures\Constant.cs (1)
24internal abstract class Constant : InternalBase
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (1)
29internal class Domain : InternalBase
System\Data\Mapping\ViewGeneration\Structures\ErrorLog.cs (2)
22internal class ErrorLog : InternalBase 98internal class Record : InternalBase
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (1)
39internal class LeftCellWrapper : InternalBase
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (1)
28internal class MemberDomainMap : InternalBase
System\Data\Mapping\ViewGeneration\Structures\MemberPath.cs (1)
27internal sealed class MemberPath : InternalBase, IEquatable<MemberPath>
System\Data\Mapping\ViewGeneration\Structures\MemberProjectionIndex.cs (1)
24internal sealed class MemberProjectionIndex : InternalBase
System\Data\Mapping\ViewGeneration\Structures\ProjectedSlot.cs (1)
23internal abstract class ProjectedSlot : InternalBase, IEquatable<ProjectedSlot>
System\Data\Mapping\ViewGeneration\Structures\WithStatement.cs (1)
25internal sealed class WithRelationship : InternalBase
System\Data\Mapping\ViewGeneration\Validation\CellRelation.cs (1)
17internal abstract class CellRelation : InternalBase
System\Data\Mapping\ViewGeneration\Validation\ConstraintBase.cs (1)
31internal abstract class ConstraintBase : InternalBase
System\Data\Mapping\ViewGeneration\Validation\ExtentKey.cs (1)
21internal class ExtentKey : InternalBase
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (1)
26internal class ForeignConstraint : InternalBase
System\Data\Mapping\ViewGeneration\Validation\KeyConstraint.cs (1)
18internal class KeyConstraint<TCellRelation, TSlot> : InternalBase
System\Data\Mapping\ViewGeneration\Validation\SchemaConstraints.cs (1)
21internal class SchemaConstraints<TKeyConstraint> : InternalBase
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (1)
23internal class ViewgenContext : InternalBase
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (1)
35internal class ViewGenerator : InternalBase
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (1)
25abstract internal class ViewgenGatekeeper : InternalBase
System\Data\Mapping\ViewGeneration\ViewGenResults.cs (1)
22internal class ViewGenResults : InternalBase
2 references to InternalBase
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Validation\SchemaConstraints.cs (2)
22where TKeyConstraint : InternalBase 55where Constraint : InternalBase