2 overrides of WithError
Microsoft.CodeAnalysis.VisualBasic (2)
Preprocessor\CConst.vb (2)
213
Public Overrides Function
WithError
(id As ERRID) As CConst
241
Public Overrides Function
WithError
(id As ERRID) As CConst
1 reference to WithError
Microsoft.CodeAnalysis.VisualBasic (1)
Preprocessor\ExpressionEvaluator.vb (1)
459
result = result.
WithError
(ERRID.WRN_ObsoleteIdentityDirectCastForValueType)