19 references to Nullable
Microsoft.CodeAnalysis.VisualBasic (16)
Binding\Binder_Initializers.vb (1)
178If identifier.Nullable.Node IsNot Nothing AndAlso identifier.Parent IsNot Nothing AndAlso
Binding\Binder_Query.vb (4)
2839ElseIf variableName.Identifier.Nullable.Node IsNot Nothing Then 2840ReportDiagnostic(diagnostics, variableName.Identifier.Nullable, ERRID.ERR_NullableTypeInferenceNotSupported) 4158ElseIf syntax.Identifier.Nullable.Node IsNot Nothing Then 4159ReportDiagnostic(diagnostics, syntax.Identifier.Nullable, ERRID.ERR_NullableTypeInferenceNotSupported)
Binding\Binder_Statements.vb (3)
1413modifiedIdentifierOpt.Nullable.Node IsNot Nothing AndAlso 1589Dim nameHasNullable = name.Nullable.Node IsNot Nothing 3535identifier.Nullable.Node IsNot Nothing Then
Binding\Binder_Utils.vb (1)
493If modifiedIdentifier.Nullable.Node IsNot Nothing Then
Generated\Syntax.xml.Main.Generated.vb (2)
2606Dim newNullable = DirectCast(VisitToken(node.Nullable).Node, InternalSyntax.PunctuationSyntax) 2607If node.Nullable.Node IsNot newNullable Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (4)
11717return Update(identifier, Me.Nullable, Me.ArrayBounds, Me.ArrayRankSpecifiers) 11763return Update(Me.Identifier, Me.Nullable, arrayBounds, Me.ArrayRankSpecifiers) 11791return Update(Me.Identifier, Me.Nullable, Me.ArrayBounds, arrayRankSpecifiers) 11846If identifier <> Me.Identifier OrElse nullable <> Me.Nullable OrElse arrayBounds IsNot Me.ArrayBounds OrElse arrayRankSpecifiers <> Me.ArrayRankSpecifiers Then
Symbols\Source\SourceMemberFieldSymbol.vb (1)
546modifiedIdentifier.Nullable.Node Is Nothing AndAlso
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
19333Dim withObj = objectUnderTest.WithIdentifier(objectUnderTest.Identifier).WithNullable(objectUnderTest.Nullable).WithArrayBounds(objectUnderTest.ArrayBounds).WithArrayRankSpecifiers(objectUnderTest.ArrayRankSpecifiers)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\SyntaxClassification\NameSyntaxClassifier.vb (1)
241modifiedIdentifier.Nullable.Kind <> SyntaxKind.None Then
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Help\VisualBasicHelpContextService.Visitor.vb (1)
590If node.Nullable.Kind() = SyntaxKind.QuestionToken Then