Esempio n. 1
0
 internal MethodInfo(DebugType declaringType, MethodProps methodProps) : base(declaringType)
 {
     this.methodProps = methodProps;
 }
Esempio n. 2
0
 internal MemberInfo(DebugType declaringType)
 {
     this.declaringType = declaringType;
 }