1 write to TypeChain
System.Core (1)
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (1)
191curTypeInfo.TypeChain = new Dictionary<Type, TypeInfo>();
3 references to TypeChain
System.Core (3)
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (3)
190if (curTypeInfo.TypeChain == null) { 194if (!curTypeInfo.TypeChain.TryGetValue(lookingUp, out nextTypeInfo)) { 197curTypeInfo.TypeChain[lookingUp] = nextTypeInfo;