11 references to ErrorId
Microsoft.CodeAnalysis.VisualBasic (4)
CommandLine\VisualBasicCommandLineParser.vb (1)
2017Dim err As ERRID = value.ErrorId
Scanner\Directives.vb (3)
348Dim err = value.ErrorId 403Dim err = value.ErrorId 439Dim err = value.ErrorId
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (7)
PreprocessorEETests.vb (7)
174Assert.Equal(CInt(ERRID.ERR_RequiredConstConversion2), DirectCast(cond, BadCConst).ErrorId) 228Assert.Equal(CInt(ERRID.ERR_RequiredConstConversion2), DirectCast(res, BadCConst).ErrorId) 235Assert.Equal(0, DirectCast(res, BadCConst).ErrorId) 294Assert.Equal(ERRID.ERR_TryCastOfValueType1, res.ErrorId) 307Assert.Equal(ERRID.ERR_TryCastOfValueType1, res.ErrorId) 320Assert.Equal(ERRID.ERR_TryCastOfValueType1, res.ErrorId) 333Assert.Equal(ERRID.ERR_TryCastOfValueType1, res.ErrorId)