4 references to WithDependencies
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Delegates.vb (1)
221Dim diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics:=True, addressOfExpression.WithDependencies)
Generated\BoundNodes.xml.Generated.vb (3)
1915If binder IsNot Me.Binder OrElse withDependencies <> Me.WithDependencies OrElse methodGroup IsNot Me.MethodGroup Then 12258Return node.Update(node.Binder, node.WithDependencies, methodGroup) 13420New TreeDumperNode("withDependencies", node.WithDependencies, Nothing),