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