2 overrides of NullableTypeExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3524
public override SyntaxNode
NullableTypeExpression
(SyntaxNode type)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
515
Public Overrides Function
NullableTypeExpression
(type As SyntaxNode) As SyntaxNode
1 reference to NullableTypeExpression
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (1)
137
typeSyntax = (TypeSyntax)generator.
NullableTypeExpression
(typeSyntax);