2 references to BoundDynamicInvocation
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Invocation.cs (1)
486return new BoundDynamicInvocation(
Generated\BoundNodes.xml.Generated.cs (1)
5911var result = new BoundDynamicInvocation(this.Syntax, argumentNamesOpt, argumentRefKindsOpt, applicableMethods, expression, arguments, type, this.HasErrors);