1 write to _typeInfo
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
20
_typeInfo
= type.GetTypeInfo();
99 references to _typeInfo
System.Reflection.Context (99)
System\Reflection\Context\Delegation\DelegatingType.cs (99)
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
.IsByRefLike; }
84
get { return
_typeInfo
.IsConstructedGenericType; }
89
get { return
_typeInfo
.IsEnum; }
95
get { return
_typeInfo
.IsFunctionPointer; }
101
get { return
_typeInfo
.IsGenericParameter; }
106
get { return
_typeInfo
.IsGenericType; }
111
get { return
_typeInfo
.IsGenericTypeDefinition; }
116
get { return
_typeInfo
.IsSecurityCritical; }
121
get { return
_typeInfo
.IsSecuritySafeCritical; }
126
get { return
_typeInfo
.IsSecurityTransparent; }
134
get { return
_typeInfo
.IsSerializable; }
139
get { return
_typeInfo
.IsSZArray; }
144
get { return
_typeInfo
.IsTypeDefinition; }
150
get { return
_typeInfo
.IsUnmanagedFunctionPointer; }
156
get { return
_typeInfo
.MemberType; }
161
get { return
_typeInfo
.MetadataToken; }
166
get { return
_typeInfo
.Module; }
171
get { return
_typeInfo
.Name; }
176
get { return
_typeInfo
.Namespace; }
181
get { return
_typeInfo
.ReflectedType; }
186
get { return
_typeInfo
.StructLayoutAttribute; }
191
get { return
_typeInfo
.TypeHandle; }
196
get { return
_typeInfo
.UnderlyingSystemType; }
201
get { return
_typeInfo
; }
211
return
_typeInfo
.GetArrayRank();
216
return
_typeInfo
.GetDefaultMembers();
221
return
_typeInfo
.GetEnumName(value);
226
return
_typeInfo
.GetEnumNames();
231
return
_typeInfo
.GetEnumValues();
237
return
_typeInfo
.GetEnumValuesAsUnderlyingType();
243
return
_typeInfo
.GetEnumUnderlyingType();
249
return
_typeInfo
.GetNullableUnderlyingType();
255
return
_typeInfo
.GetCustomAttributes(attributeType, inherit);
260
return
_typeInfo
.GetCustomAttributes(inherit);
265
return
_typeInfo
.GetCustomAttributesData();
270
return
_typeInfo
.GetEvents();
276
return
_typeInfo
.GetFunctionPointerCallingConventions();
281
return
_typeInfo
.GetFunctionPointerParameterTypes();
286
return
_typeInfo
.GetFunctionPointerReturnType();
292
return
_typeInfo
.GetGenericArguments();
297
return
_typeInfo
.GetGenericParameterConstraints();
302
return
_typeInfo
.GetGenericTypeDefinition();
307
return
_typeInfo
.GetInterfaceMap(interfaceType);
312
return
_typeInfo
.GetMember(name, type, bindingAttr);
317
return Type.GetTypeCode(
_typeInfo
);
322
return
_typeInfo
.IsAssignableFrom(c);
327
return
_typeInfo
.IsContextful;
332
return
_typeInfo
.IsDefined(attributeType, inherit);
337
return
_typeInfo
.IsEnumDefined(value);
342
return
_typeInfo
.IsEquivalentTo(other);
347
return
_typeInfo
.IsInstanceOfType(o);
352
return
_typeInfo
.IsMarshalByRef;
360
return
_typeInfo
.IsSubclassOf(c);
365
return
_typeInfo
.IsValueType;
370
return
_typeInfo
.Attributes;
375
return
_typeInfo
.GetConstructor(bindingAttr, binder, callConvention, types, modifiers);
380
return
_typeInfo
.GetConstructors(bindingAttr);
385
return
_typeInfo
.GetElementType();
390
return
_typeInfo
.GetEvent(name, bindingAttr);
395
return
_typeInfo
.GetEvents(bindingAttr);
400
return
_typeInfo
.GetField(name, bindingAttr);
405
return
_typeInfo
.GetFields(bindingAttr);
410
return
_typeInfo
.GetInterface(name, ignoreCase);
415
return
_typeInfo
.GetInterfaces();
420
return
_typeInfo
.GetMembers(bindingAttr);
427
_typeInfo
.GetMethod(name, bindingAttr) :
428
_typeInfo
.GetMethod(name, bindingAttr, binder, callConvention, types, modifiers);
433
return
_typeInfo
.GetMethods(bindingAttr);
438
return
_typeInfo
.GetNestedType(name, bindingAttr);
443
return
_typeInfo
.GetNestedTypes(bindingAttr);
448
return
_typeInfo
.GetProperties(bindingAttr);
461
property =
_typeInfo
.GetProperty(name, bindingAttr);
470
property =
_typeInfo
.GetProperty(name, returnType);
475
property =
_typeInfo
.GetProperty(name, bindingAttr, binder, returnType, types, modifiers);
483
return
_typeInfo
.HasElementType;
488
return
_typeInfo
.InvokeMember(name, invokeAttr, binder, target, args, modifiers, culture, namedParameters);
493
return
_typeInfo
.IsArray;
498
return
_typeInfo
.IsByRef;
503
return
_typeInfo
.IsCOMObject;
508
return
_typeInfo
.IsPointer;
513
return
_typeInfo
.IsPrimitive;
518
return
_typeInfo
.MakeArrayType();
523
return
_typeInfo
.MakeArrayType(rank);
528
return
_typeInfo
.MakePointerType();
534
return
_typeInfo
.MakeFunctionPointerType(parameterTypes, isUnmanaged);
541
return
_typeInfo
.MakeGenericType(typeArguments);
546
return
_typeInfo
.MakeByRefType();
551
return
_typeInfo
.ToString();