1 write to Solution
Microsoft.CodeAnalysis.EditorFeatures (1)
TaskList\TaskListUpdatedArgs.cs (1)
27Solution = solution;
4 references to Solution
Microsoft.VisualStudio.LanguageServices (4)
TableDataSource\TaskList\VisualStudioTaskListTable.cs (4)
125Contract.ThrowIfNull(args.Solution); 127var documents = GetDocumentsWithSameFilePath(args.Solution, args.DocumentId); 133Contract.ThrowIfNull(data.Solution); 134return GetDocumentsWithSameFilePath(data.Solution, data.DocumentId);