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