1 write to fieldInfo
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
880
this.
fieldInfo
= fieldInfo;
14 references to fieldInfo
System.Workflow.ComponentModel (14)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (14)
884
get { return this.
fieldInfo
.MetadataToken; }
888
get { return this.
fieldInfo
.Module; }
892
get { return this.
fieldInfo
.Attributes; }
896
get { return this.
fieldInfo
.FieldHandle; }
900
get { return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.
fieldInfo
.FieldType); }
904
return this.
fieldInfo
.GetValue(obj);
908
this.
fieldInfo
.SetValue(obj, value, invokeAttr, binder, culture);
912
get { return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.
fieldInfo
.DeclaringType); }
916
return this.
fieldInfo
.GetCustomAttributes(attributeType, inherit);
920
return this.
fieldInfo
.GetCustomAttributes(inherit);
924
return this.
fieldInfo
.IsDefined(attributeType, inherit);
928
get { return this.
fieldInfo
.MemberType; }
932
get { return this.
fieldInfo
.Name; }
936
get { return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.
fieldInfo
.ReflectedType); }