1 reference to SyntaxTreeState
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpRemoveUnnecessaryNullableDirectiveDiagnosticAnalyzer.cs (1)
214
return new
SyntaxTreeState
(completed: defaultCompleted || positionOfFirstReducingNullableDirective is null, positionOfFirstReducingNullableDirective);