14 references to WRN_DefAsgNoRetValFuncRef1
Microsoft.CodeAnalysis.VisualBasic (4)
Analysis\FlowAnalysis\DataFlowPass.vb (2)
1270warning = ERRID.WRN_DefAsgNoRetValFuncRef1 1298warning = ERRID.WRN_DefAsgNoRetValFuncRef1
Errors\ErrorFacts.vb (1)
1445ERRID.WRN_DefAsgNoRetValFuncRef1,
Generated\ErrorFacts.Generated.vb (1)
93ERRID.WRN_DefAsgNoRetValFuncRef1,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (9)
Binding\BindingErrorTests.vb (1)
18396Diagnostic(ERRID.WRN_DefAsgNoRetValFuncRef1, "End Function").WithArguments("<anonymous method>")
Binding\SyncLockTests.vb (1)
144Diagnostic(ERRID.WRN_DefAsgNoRetValFuncRef1, "End Function").WithArguments("<anonymous method>"))
Compilation\VisualBasicCompilationOptionsTests.vb (7)
423Diagnostic(ERRID.WRN_DefAsgNoRetValFuncRef1, "End Function").WithArguments("goo")) 439Diagnostic(ERRID.WRN_DefAsgNoRetValFuncRef1, "End Function").WithArguments("goo")) 448comp.VerifyDiagnostics(Diagnostic(ERRID.WRN_DefAsgNoRetValFuncRef1, "End Function").WithArguments("goo")) 458Diagnostic(ERRID.WRN_DefAsgNoRetValFuncRef1, "End Function").WithArguments("goo").WithWarningAsError(True)) 470Diagnostic(ERRID.WRN_DefAsgNoRetValFuncRef1, "End Function").WithArguments("goo").WithWarningAsError(True)) 483Diagnostic(ERRID.WRN_DefAsgNoRetValFuncRef1, "End Function").WithArguments("goo").WithWarningAsError(True)) 493Diagnostic(ERRID.WRN_DefAsgNoRetValFuncRef1, "End Function").WithArguments("goo").WithWarningAsError(True))
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\Source\MeMyBaseMyClassTests.vb (1)
1568Diagnostic(ERRID.WRN_DefAsgNoRetValFuncRef1, "End Function").WithArguments("goo"))