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