5 references to WRN_ObsoleteIdentityDirectCastForValueType
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Conversions.vb (1)
140
ReportDiagnostic(diagnostics, argument.Syntax, ERRID.
WRN_ObsoleteIdentityDirectCastForValueType
)
Errors\ErrorFacts.vb (1)
1506
ERRID.
WRN_ObsoleteIdentityDirectCastForValueType
,
Generated\ErrorFacts.Generated.vb (1)
144
ERRID.
WRN_ObsoleteIdentityDirectCastForValueType
,
Preprocessor\ExpressionEvaluator.vb (2)
431
Return ReportSemanticError(ERRID.
WRN_ObsoleteIdentityDirectCastForValueType
, expr.Type)
459
result = result.WithError(ERRID.
WRN_ObsoleteIdentityDirectCastForValueType
)