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