1 write to _legacyCtorSupportTable
System.Core (1)
Microsoft\Scripting\Ast\Expression.cs (1)
79ref _legacyCtorSupportTable,
6 references to _legacyCtorSupportTable
System.Core (6)
Microsoft\Scripting\Ast\Expression.cs (6)
77if (_legacyCtorSupportTable == null) { 85_legacyCtorSupportTable.Add(this, new ExtensionInfo(nodeType, type)); 102if (_legacyCtorSupportTable != null && _legacyCtorSupportTable.TryGetValue(this, out extInfo)) { 120if (_legacyCtorSupportTable != null && _legacyCtorSupportTable.TryGetValue(this, out extInfo)) {