11 references to ERR_NullableTypeInferenceNotSupported
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\Binder_Initializers.vb (1)
181
ReportDiagnostic(diagnostics, identifier, ERRID.
ERR_NullableTypeInferenceNotSupported
)
Binding\Binder_Query.vb (2)
2840
ReportDiagnostic(diagnostics, variableName.Identifier.Nullable, ERRID.
ERR_NullableTypeInferenceNotSupported
)
4159
ReportDiagnostic(diagnostics, syntax.Identifier.Nullable, ERRID.
ERR_NullableTypeInferenceNotSupported
)
Binding\Binder_Statements.vb (2)
1446
ReportDiagnostic(diagnostics, modifiedIdentifierOpt, ERRID.
ERR_NullableTypeInferenceNotSupported
)
3565
ReportDiagnostic(diagnostics, identifier, ERRID.
ERR_NullableTypeInferenceNotSupported
)
Errors\ErrorFacts.vb (1)
1074
ERRID.
ERR_NullableTypeInferenceNotSupported
,
Parser\ParseQuery.vb (4)
161
varName = varName.AddTrailingSyntax(ReportSyntaxError(unexpectedNullable, ERRID.
ERR_NullableTypeInferenceNotSupported
))
317
varName = varName.AddTrailingSyntax(ReportSyntaxError(unexpectedNullable, ERRID.
ERR_NullableTypeInferenceNotSupported
))
438
varName = varName.AddTrailingSyntax(ReportSyntaxError(unexpectedNullable, ERRID.
ERR_NullableTypeInferenceNotSupported
))
790
varName = varName.AddTrailingSyntax(ReportSyntaxError(unexpectedNullable, ERRID.
ERR_NullableTypeInferenceNotSupported
))
Parser\Parser.vb (1)
2570
id = ReportSyntaxError(id, ERRID.
ERR_NullableTypeInferenceNotSupported
)