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