1 write to _typeInfo
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
20
_typeInfo
= type.GetTypeInfo();
86 references to _typeInfo
System.Reflection.Context (86)
System\Reflection\Context\Delegation\DelegatingType.cs (86)
21
if (
_typeInfo
== null)
29
get { return
_typeInfo
.Assembly; }
34
get { return
_typeInfo
.AssemblyQualifiedName; }
39
get { return
_typeInfo
.BaseType; }
44
get { return
_typeInfo
.ContainsGenericParameters; }
49
get { return
_typeInfo
.GenericParameterPosition; }
54
get { return
_typeInfo
.DeclaringMethod; }
59
get { return
_typeInfo
.DeclaringType; }
64
get { return
_typeInfo
.FullName; }
69
get { return
_typeInfo
.GenericParameterAttributes; }
74
get { return
_typeInfo
.GUID; }
79
get { return
_typeInfo
.IsEnum; }
84
get { return
_typeInfo
.IsGenericParameter; }
89
get { return
_typeInfo
.IsGenericType; }
94
get { return
_typeInfo
.IsGenericTypeDefinition; }
99
get { return
_typeInfo
.IsSecurityCritical; }
104
get { return
_typeInfo
.IsSecuritySafeCritical; }
109
get { return
_typeInfo
.IsSecurityTransparent; }
117
get { return
_typeInfo
.IsSerializable; }
122
get { return
_typeInfo
.MetadataToken; }
127
get { return
_typeInfo
.Module; }
132
get { return
_typeInfo
.Name; }
137
get { return
_typeInfo
.Namespace; }
142
get { return
_typeInfo
.ReflectedType; }
147
get { return
_typeInfo
.StructLayoutAttribute; }
152
get { return
_typeInfo
.TypeHandle; }
157
get { return
_typeInfo
.UnderlyingSystemType; }
162
get { return
_typeInfo
; }
172
return
_typeInfo
.GetArrayRank();
177
return
_typeInfo
.GetDefaultMembers();
182
return
_typeInfo
.GetEnumName(value);
187
return
_typeInfo
.GetEnumNames();
192
return
_typeInfo
.GetEnumValues();
197
return
_typeInfo
.GetEnumUnderlyingType();
202
return
_typeInfo
.GetCustomAttributes(attributeType, inherit);
207
return
_typeInfo
.GetCustomAttributes(inherit);
212
return
_typeInfo
.GetCustomAttributesData();
217
return
_typeInfo
.GetEvents();
222
return
_typeInfo
.GetGenericArguments();
227
return
_typeInfo
.GetGenericParameterConstraints();
232
return
_typeInfo
.GetGenericTypeDefinition();
237
return
_typeInfo
.GetInterfaceMap(interfaceType);
242
return
_typeInfo
.GetMember(name, type, bindingAttr);
247
return Type.GetTypeCode(
_typeInfo
);
252
return
_typeInfo
.IsAssignableFrom(c);
257
return
_typeInfo
.IsContextful;
262
return
_typeInfo
.IsDefined(attributeType, inherit);
267
return
_typeInfo
.IsEnumDefined(value);
272
return
_typeInfo
.IsEquivalentTo(other);
277
return
_typeInfo
.IsInstanceOfType(o);
282
return
_typeInfo
.IsMarshalByRef;
290
return
_typeInfo
.IsSubclassOf(c);
295
return
_typeInfo
.IsValueType;
300
return
_typeInfo
.Attributes;
305
return
_typeInfo
.GetConstructor(bindingAttr, binder, callConvention, types, modifiers);
310
return
_typeInfo
.GetConstructors(bindingAttr);
315
return
_typeInfo
.GetElementType();
320
return
_typeInfo
.GetEvent(name, bindingAttr);
325
return
_typeInfo
.GetEvents(bindingAttr);
330
return
_typeInfo
.GetField(name, bindingAttr);
335
return
_typeInfo
.GetFields(bindingAttr);
340
return
_typeInfo
.GetInterface(name, ignoreCase);
345
return
_typeInfo
.GetInterfaces();
350
return
_typeInfo
.GetMembers(bindingAttr);
357
_typeInfo
.GetMethod(name, bindingAttr) :
358
_typeInfo
.GetMethod(name, bindingAttr, binder, callConvention, types, modifiers);
363
return
_typeInfo
.GetMethods(bindingAttr);
368
return
_typeInfo
.GetNestedType(name, bindingAttr);
373
return
_typeInfo
.GetNestedTypes(bindingAttr);
378
return
_typeInfo
.GetProperties(bindingAttr);
391
property =
_typeInfo
.GetProperty(name, bindingAttr);
400
property =
_typeInfo
.GetProperty(name, returnType);
405
property =
_typeInfo
.GetProperty(name, bindingAttr, binder, returnType, types, modifiers);
413
return
_typeInfo
.HasElementType;
418
return
_typeInfo
.InvokeMember(name, invokeAttr, binder, target, args, modifiers, culture, namedParameters);
423
return
_typeInfo
.IsArray;
428
return
_typeInfo
.IsByRef;
433
return
_typeInfo
.IsCOMObject;
438
return
_typeInfo
.IsPointer;
443
return
_typeInfo
.IsPrimitive;
448
return
_typeInfo
.MakeArrayType();
453
return
_typeInfo
.MakeArrayType(rank);
458
return
_typeInfo
.MakePointerType();
464
return
_typeInfo
.MakeGenericType(typeArguments);
469
return
_typeInfo
.MakeByRefType();
474
return
_typeInfo
.ToString();