27 references to NullableTypeSyntax
Microsoft.CodeAnalysis.VisualBasic (13)
Binding\Binder_Symbols.vb (3)
589lookupResult.SetFrom(LookupNullableType(DirectCast(typeSyntax, NullableTypeSyntax), binder, diagBag, suppressUseSiteError)) 825Private Shared Function LookupNullableType(nullableTypeSyntax As NullableTypeSyntax, 1154Return GetBaseNamesForDiagnostic(DirectCast(typeSyntax, NullableTypeSyntax).ElementType)
Binding\GetTypeBinder.vb (1)
100Public Overrides Sub VisitNullableType(node As NullableTypeSyntax)
Generated\Syntax.xml.Main.Generated.vb (5)
632Public Overridable Function VisitNullableType(ByVal node As NullableTypeSyntax) As TResult 1367Public Overridable Sub VisitNullableType(ByVal node As NullableTypeSyntax) 5028Public Overrides Function VisitNullableType(ByVal node As NullableTypeSyntax) As SyntaxNode 40974Public Shared Function NullableType(elementType As TypeSyntax, questionMarkToken As SyntaxToken) As NullableTypeSyntax 41006Public Shared Function NullableType(elementType As TypeSyntax) As NullableTypeSyntax
Generated\Syntax.xml.Syntax.Generated.vb (3)
32922Public Shadows Function WithElementType(elementType as TypeSyntax) As NullableTypeSyntax 32940Public Shadows Function WithQuestionMarkToken(questionMarkToken as SyntaxToken) As NullableTypeSyntax 32981Public Function Update(elementType As TypeSyntax, questionMarkToken As SyntaxToken) As NullableTypeSyntax
Syntax\SyntaxFacts.vb (1)
107Return DirectCast(parent, NullableTypeSyntax).ElementType Is node
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\FormattingHelpers.vb (1)
255Return TypeOf currentToken.Parent Is NullableTypeSyntax OrElse
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Utilities\TypeSyntaxComparer.vb (1)
54type = DirectCast(type, NullableTypeSyntax).ElementType
Microsoft.CodeAnalysis.VisualBasic.Features (1)
SolutionExplorer\VisualBasicSolutionExplorerSymbolTreeItemProvider.vb (1)
361Dim nullableType = TryCast(typeSyntax, NullableTypeSyntax)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\BasicDetectPreviewFeatureAnalyzer.vb (3)
26Dim loopVariable = TryCast(parameterType, NullableTypeSyntax) 29loopVariable = TryCast(ret, NullableTypeSyntax) 47Dim nullable = TryCast(identifier, NullableTypeSyntax)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (6)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
516Dim nullableType = TryCast(type, NullableTypeSyntax)
FindSymbols\VisualBasicDeclaredSymbolInfoFactoryService.vb (2)
574ElseIf TypeOf node Is NullableTypeSyntax Then 575Return TryGetSimpleTypeNameWorker(DirectCast(node, NullableTypeSyntax).ElementType, typeParameterNames, simpleTypeName, isArray)
Simplification\Reducers\VisualBasicNameReducer.Rewriter.vb (1)
82Public Overrides Function VisitNullableType(node As NullableTypeSyntax) As SyntaxNode
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\FormattingHelpers.vb (1)
255Return TypeOf currentToken.Parent Is NullableTypeSyntax OrElse
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Utilities\TypeSyntaxComparer.vb (1)
54type = DirectCast(type, NullableTypeSyntax).ElementType
Roslyn.Diagnostics.VisualBasic.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\FormattingHelpers.vb (1)
255Return TypeOf currentToken.Parent Is NullableTypeSyntax OrElse
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Utilities\TypeSyntaxComparer.vb (1)
54type = DirectCast(type, NullableTypeSyntax).ElementType