Base:
property
DeclaringType
System.Reflection.MemberInfo.DeclaringType
4 references to DeclaringType
mscorlib (2)
system\reflection\emit\constructorbuilder.cs (1)
106get { return m_methodBuilder.DeclaringType; }
system\reflection\emit\methodbuilder.cs (1)
570return DeclaringType;
System.Core (2)
Microsoft\Scripting\Ast\LambdaExpression.cs (1)
173var type = method.DeclaringType as TypeBuilder;
Microsoft\Scripting\Compiler\LambdaCompiler.cs (1)
140_typeBuilder = (TypeBuilder)method.DeclaringType;