3 instantiations of ConstructorInfoImpl
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (3)
Debugger\MemberInfo\CustomAttributeDataImpl.cs (1)
29
return new
ConstructorInfoImpl
(CustomAttributeData.Constructor);
Debugger\MemberInfo\TypeImpl.cs (2)
133
return Type.GetConstructors((System.Reflection.BindingFlags)bindingAttr).Select(c => new
ConstructorInfoImpl
(c)).ToArray();
217
return new
ConstructorInfoImpl
((System.Reflection.ConstructorInfo)member);