1 instantiation of ExtensionInfo
System.Linq.Expressions (1)
System\Linq\Expressions\Expression.cs (1)
73s_legacyCtorSupportTable.Add(this, new ExtensionInfo(nodeType, type));
4 references to ExtensionInfo
System.Linq.Expressions (4)
System\Linq\Expressions\Expression.cs (4)
53private static ConditionalWeakTable<Expression, ExtensionInfo>? s_legacyCtorSupportTable; 68new ConditionalWeakTable<Expression, ExtensionInfo>(), 90if (s_legacyCtorSupportTable != null && s_legacyCtorSupportTable.TryGetValue(this, out ExtensionInfo? extInfo)) 108if (s_legacyCtorSupportTable != null && s_legacyCtorSupportTable.TryGetValue(this, out ExtensionInfo? extInfo))