Example #1
0
 internal DebugFieldInfo(DebugType declaringType, FieldProps fieldProps)
 {
     this.declaringType = declaringType;
     this.fieldProps    = fieldProps;
 }
Example #2
0
 internal FieldInfo(DebugType declaringType, FieldProps fieldProps) : base(declaringType)
 {
     this.fieldProps = fieldProps;
 }
Example #3
0
 internal DebugFieldInfo(DebugType declaringType, FieldProps fieldProps)
 {
     this.declaringType = declaringType;
     this.fieldProps = fieldProps;
 }