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