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