4 references to ERR_NoPartialMethodInAddressOf1
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Delegates.vb (1)
1036ReportDiagnostic(diagnostics, addressOfExpression.MethodGroup.Syntax, ERRID.ERR_NoPartialMethodInAddressOf1, target)
Errors\ErrorFacts.vb (1)
756ERRID.ERR_NoPartialMethodInAddressOf1,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Binding\BindingErrorTests.vb (2)
14045Diagnostic(ERRID.ERR_NoPartialMethodInAddressOf1, "Me.Foo").WithArguments("Private Sub Foo()"), 14047Diagnostic(ERRID.ERR_NoPartialMethodInAddressOf1, "Me.Foo").WithArguments("Private Sub Foo()"),