2 instantiations of TypeInfo
System.Core (2)
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (2)
31private static TypeInfo _DelegateCache = new TypeInfo(); 195nextTypeInfo = new TypeInfo();
16 references to TypeInfo
System.Core (16)
Microsoft\Scripting\Ast\DynamicExpression.cs (4)
893DelegateHelpers.TypeInfo info = DelegateHelpers.GetNextTypeInfo( 931DelegateHelpers.TypeInfo info = DelegateHelpers.GetNextTypeInfo( 974DelegateHelpers.TypeInfo info = DelegateHelpers.GetNextTypeInfo( 1022DelegateHelpers.TypeInfo info = DelegateHelpers.GetNextTypeInfo(
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (12)
31private static TypeInfo _DelegateCache = new TypeInfo(); 46public Dictionary<Type, TypeInfo> TypeChain; 74TypeInfo curTypeInfo = _DelegateCache; 99TypeInfo curTypeInfo = _DelegateCache; 129TypeInfo curTypeInfo = _DelegateCache; 175internal static TypeInfo NextTypeInfo(Type initialArg) { 181internal static TypeInfo GetNextTypeInfo(Type initialArg, TypeInfo curTypeInfo) { 187private static TypeInfo NextTypeInfo(Type initialArg, TypeInfo curTypeInfo) { 189TypeInfo nextTypeInfo; 191curTypeInfo.TypeChain = new Dictionary<Type, TypeInfo>();