15 references to Nullable
Microsoft.CodeAnalysis.VisualBasic (14)
Binding\Binder_Initializers.vb (1)
178If identifier.Nullable.Node IsNot Nothing AndAlso identifier.Parent IsNot Nothing AndAlso
Binding\Binder_Query.vb (4)
2838ElseIf variableName.Identifier.Nullable.Node IsNot Nothing Then 2839ReportDiagnostic(diagnostics, variableName.Identifier.Nullable, ERRID.ERR_NullableTypeInferenceNotSupported) 4157ElseIf syntax.Identifier.Nullable.Node IsNot Nothing Then 4158ReportDiagnostic(diagnostics, syntax.Identifier.Nullable, ERRID.ERR_NullableTypeInferenceNotSupported)
Binding\Binder_Statements.vb (2)
1442modifiedIdentifierOpt.Nullable.Node IsNot Nothing AndAlso 1618Dim nameHasNullable = name.Nullable.Node IsNot Nothing
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
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\SyntaxClassification\NameSyntaxClassifier.vb (1)
241modifiedIdentifier.Nullable.Kind <> SyntaxKind.None Then