We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8ce0e commit 16c6bc5Copy full SHA for 16c6bc5
Orm/Xtensive.Orm/Orm/Rse/MappedColumn.cs
@@ -59,6 +59,8 @@ public MappedColumn(ColumnInfoRef columnInfoRef, ColNum index, Type type)
59
60
}
61
62
+// The purpose of this class is minimize allocation size of `MappedColumn`
63
+// Non self-referencing `Origin` property is a rare case
64
internal sealed class DerivedMappedColumn(string name, ColNum index, Type type, Column origin, ColumnInfoRef columnInfoRef)
65
: MappedColumn(columnInfoRef, name, index, type)
66
{
0 commit comments