15 references to Nullable
Microsoft.CodeAnalysis.VisualBasic (14)
Binding\Binder_Initializers.vb (1)
178
If identifier.
Nullable
.Node IsNot Nothing AndAlso identifier.Parent IsNot Nothing AndAlso
Binding\Binder_Query.vb (4)
2838
ElseIf variableName.Identifier.
Nullable
.Node IsNot Nothing Then
2839
ReportDiagnostic(diagnostics, variableName.Identifier.
Nullable
, ERRID.ERR_NullableTypeInferenceNotSupported)
4157
ElseIf syntax.Identifier.
Nullable
.Node IsNot Nothing Then
4158
ReportDiagnostic(diagnostics, syntax.Identifier.
Nullable
, ERRID.ERR_NullableTypeInferenceNotSupported)
Binding\Binder_Statements.vb (2)
1442
modifiedIdentifierOpt.
Nullable
.Node IsNot Nothing AndAlso
1618
Dim nameHasNullable = name.
Nullable
.Node IsNot Nothing
Binding\Binder_Utils.vb (1)
493
If modifiedIdentifier.
Nullable
.Node IsNot Nothing Then
Generated\Syntax.xml.Main.Generated.vb (2)
2606
Dim newNullable = DirectCast(VisitToken(node.
Nullable
).Node, InternalSyntax.PunctuationSyntax)
2607
If node.
Nullable
.Node IsNot newNullable Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (4)
11717
return Update(identifier, Me.
Nullable
, Me.ArrayBounds, Me.ArrayRankSpecifiers)
11763
return Update(Me.Identifier, Me.
Nullable
, arrayBounds, Me.ArrayRankSpecifiers)
11791
return Update(Me.Identifier, Me.
Nullable
, Me.ArrayBounds, arrayRankSpecifiers)
11846
If 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)
241
modifiedIdentifier.
Nullable
.Kind <> SyntaxKind.None Then