Implemented interface member:
property
Solution
Microsoft.CodeAnalysis.CodeFixesAndRefactorings.IFixAllContext.Solution
1 reference to Solution
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeRefactorings\EnableNullable\EnableNullableCodeRefactoringProvider.FixAllProvider.cs (1)
41
var solution = fixAllContext.
Solution
;