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