1 write to typeImpl
mscorlib (1)
system\reflection\typedelegator.cs (1)
39typeImpl = delegatingType;
45 references to typeImpl
mscorlib (45)
system\reflection\typedelegator.cs (45)
43get {return typeImpl.GUID;} 46public override int MetadataToken { get { return typeImpl.MetadataToken; } } 51return typeImpl.InvokeMember(name,invokeAttr,binder,target,args,modifiers,culture,namedParameters); 55get {return typeImpl.Module;} 59get {return typeImpl.Assembly;} 63get{return typeImpl.TypeHandle;} 67get{return typeImpl.Name;} 71get{return typeImpl.FullName;} 75get{return typeImpl.Namespace;} 80return typeImpl.AssemblyQualifiedName; 85get{return typeImpl.BaseType;} 91return typeImpl.GetConstructor(bindingAttr,binder,callConvention,types,modifiers); 97return typeImpl.GetConstructors(bindingAttr); 106return typeImpl.GetMethod(name,bindingAttr); 108return typeImpl.GetMethod(name,bindingAttr,binder,callConvention,types,modifiers); 113return typeImpl.GetMethods(bindingAttr); 118return typeImpl.GetField(name,bindingAttr); 123return typeImpl.GetFields(bindingAttr); 128return typeImpl.GetInterface(name,ignoreCase); 133return typeImpl.GetInterfaces(); 138return typeImpl.GetEvent(name,bindingAttr); 143return typeImpl.GetEvents(); 150return typeImpl.GetProperty(name,bindingAttr); 152return typeImpl.GetProperty(name,bindingAttr,binder,returnType,types,modifiers); 157return typeImpl.GetProperties(bindingAttr); 162return typeImpl.GetEvents(bindingAttr); 167return typeImpl.GetNestedTypes(bindingAttr); 172return typeImpl.GetNestedType(name,bindingAttr); 177return typeImpl.GetMember(name,type,bindingAttr); 182return typeImpl.GetMembers(bindingAttr); 187return typeImpl.Attributes; 192return typeImpl.IsArray; 197return typeImpl.IsPrimitive; 202return typeImpl.IsByRef; 207return typeImpl.IsPointer; 212return typeImpl.IsValueType; 217return typeImpl.IsCOMObject; 224return typeImpl.IsConstructedGenericType; 230return typeImpl.GetElementType(); 235return typeImpl.HasElementType; 240get {return typeImpl.UnderlyingSystemType;} 246return typeImpl.GetCustomAttributes(inherit); 251return typeImpl.GetCustomAttributes(attributeType, inherit); 256return typeImpl.IsDefined(attributeType, inherit); 262return typeImpl.GetInterfaceMap(interfaceType);