2 writes to runtimeType
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (2)
67
this.
runtimeType
= runtimeType;
88
this.
runtimeType
= runtimeType;
59 references to runtimeType
System.Workflow.ComponentModel (59)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (59)
108
get { return this.
runtimeType
.MetadataToken; }
122
return this.
runtimeType
.Assembly;
129
return this.FullName + ", " + this.
runtimeType
.Assembly.FullName;
136
return ResolveTypeFromTypeSystem(this.
runtimeType
.BaseType);
143
if (this.
runtimeType
.DeclaringType == null)
145
return this.typeProvider.GetType(this.
runtimeType
.DeclaringType.AssemblyQualifiedName);
153
StringBuilder fullName = new StringBuilder(this.
runtimeType
.FullName);
174
return this.
runtimeType
.GUID;
181
return this.
runtimeType
.Module;
200
return this.
runtimeType
.Namespace;
207
return this.
runtimeType
.TypeHandle;
214
return this.
runtimeType
.UnderlyingSystemType;
258
if (this.
runtimeType
.IsGenericTypeDefinition)
292
otherType = ((RTTypeWrapper)otherType).
runtimeType
;
294
return this.
runtimeType
== otherType;
299
return this.
runtimeType
.GetCustomAttributes(inherit);
303
return this.
runtimeType
.GetCustomAttributes(attributeType, inherit);
308
foreach (ConstructorInfo ctorInfo in this.
runtimeType
.GetConstructors(bindingAttr))
314
EventInfo eventInfo = this.
runtimeType
.GetEvent(name, bindingAttr);
322
foreach (EventInfo eventInfo in this.
runtimeType
.GetEvents(bindingAttr))
328
FieldInfo field = this.
runtimeType
.GetField(name, bindingAttr);
336
foreach (FieldInfo fieldInfo in this.
runtimeType
.GetFields(bindingAttr))
343
foreach (MethodInfo methodInfo in this.
runtimeType
.GetMethods(bindingAttr))
350
foreach (PropertyInfo propInfo in this.
runtimeType
.GetProperties(bindingAttr))
357
foreach (MemberInfo memberInfo in this.
runtimeType
.GetMember(name, type, bindingAttr))
364
foreach (MemberInfo memberInfo in this.
runtimeType
.GetMembers(bindingAttr))
370
Type nestedType = this.
runtimeType
.GetNestedType(name, bindingAttr);
378
foreach (Type nestedType in this.
runtimeType
.GetNestedTypes(bindingAttr))
384
Type itfType = this.
runtimeType
.GetInterface(name, ignoreCase);
392
foreach (Type itfType in this.
runtimeType
.GetInterfaces())
401
return this.
runtimeType
.InvokeMember(name, bindingFlags, binder, target, providedArgs, modifiers, culture, namedParams);
405
return System.Workflow.ComponentModel.Compiler.TypeProvider.IsSubclassOf(this.
runtimeType
, potentialBaseType);
409
Type rtType = this.
runtimeType
;
417
return this.
runtimeType
.ToString();
421
return this.
runtimeType
.GetHashCode();
425
return this.
runtimeType
.IsDefined(attributeType, inherit);
429
return ResolveTypeFromTypeSystem(this.
runtimeType
.GetElementType());
513
return this.
runtimeType
.IsGenericTypeDefinition;
520
return this.
runtimeType
.IsGenericParameter;
527
return this.
runtimeType
.GenericParameterPosition;
536
return this.
runtimeType
.IsGenericType;
545
return this.
runtimeType
.ContainsGenericParameters;
555
return this.
runtimeType
;
579
if ((typeArgs.Length == 1) && (this.
runtimeType
== typeof(Nullable<>)) && !(typeArgs[0].IsEnum))
627
returnType = new RTTypeWrapper(this.typeProvider, this.
runtimeType
, typeArgs);
633
returnType = new RTTypeWrapper(this.typeProvider, this.
runtimeType
, typeArgs);
672
foreach (ConstructorInfo ctorInfo in this.
runtimeType
.GetConstructors(bindingAttr))
695
foreach (MethodInfo method in this.
runtimeType
.GetMethods(bindingAttr))
722
foreach (PropertyInfo propInfo in this.
runtimeType
.GetProperties(bindingAttr))
749
return this.
runtimeType
.Attributes;
753
return this.
runtimeType
.HasElementType;
757
return this.
runtimeType
.GetArrayRank();
761
return this.
runtimeType
.IsArray;
765
return this.
runtimeType
.IsByRef;
769
return this.
runtimeType
.IsCOMObject;
773
return this.
runtimeType
.IsContextful;
777
return this.
runtimeType
.IsMarshalByRef;
781
return this.
runtimeType
.IsPointer;
785
return this.
runtimeType
.IsPrimitive;