3 references to GetNullableContextOptions
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpRemoveRedundantNullableDirectiveDiagnosticAnalyzer.cs (1)
59
var newState =
GetNullableContextOptions
(defaultNullableContext, currentState, (NullableDirectiveTriviaSyntax)directive);
CSharpRemoveUnnecessaryNullableDirectiveDiagnosticAnalyzer.cs (2)
141
currentOptions = CSharpRemoveRedundantNullableDirectiveDiagnosticAnalyzer.
GetNullableContextOptions
(compilationOptions, currentOptions, nullableDirectiveTrivia);
203
var newOptions = CSharpRemoveRedundantNullableDirectiveDiagnosticAnalyzer.
GetNullableContextOptions
(compilationOptions, currentOptions, nullableDirectiveTrivia);