19 references to Nullable
Microsoft.CodeAnalysis.VisualBasic (16)
Binding\Binder_Initializers.vb (1)
178
If identifier.
Nullable
.Node IsNot Nothing AndAlso identifier.Parent IsNot Nothing AndAlso
Binding\Binder_Query.vb (4)
2839
ElseIf variableName.Identifier.
Nullable
.Node IsNot Nothing Then
2840
ReportDiagnostic(diagnostics, variableName.Identifier.
Nullable
, ERRID.ERR_NullableTypeInferenceNotSupported)
4158
ElseIf syntax.Identifier.
Nullable
.Node IsNot Nothing Then
4159
ReportDiagnostic(diagnostics, syntax.Identifier.
Nullable
, ERRID.ERR_NullableTypeInferenceNotSupported)
Binding\Binder_Statements.vb (3)
1413
modifiedIdentifierOpt.
Nullable
.Node IsNot Nothing AndAlso
1589
Dim nameHasNullable = name.
Nullable
.Node IsNot Nothing
3535
identifier.
Nullable
.Node IsNot Nothing Then
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
Symbols\Source\SourceMemberFieldSymbol.vb (1)
546
modifiedIdentifier.
Nullable
.Node Is Nothing AndAlso
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
19333
Dim withObj = objectUnderTest.WithIdentifier(objectUnderTest.Identifier).WithNullable(objectUnderTest.
Nullable
).WithArrayBounds(objectUnderTest.ArrayBounds).WithArrayRankSpecifiers(objectUnderTest.ArrayRankSpecifiers)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\SyntaxClassification\NameSyntaxClassifier.vb (1)
241
modifiedIdentifier.
Nullable
.Kind <> SyntaxKind.None Then
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Help\VisualBasicHelpContextService.Visitor.vb (1)
590
If node.
Nullable
.Kind() = SyntaxKind.QuestionToken Then