1 write to _solution
Microsoft.CodeAnalysis.Features (1)
Debugging\AbstractBreakpointResolver.cs (1)
69
_solution
= solution;
3 references to _solution
Microsoft.CodeAnalysis.Features (3)
Debugging\AbstractBreakpointResolver.cs (3)
83
var document =
_solution
.GetDocument(location.SourceTree);
149
var containers = await
_solution
.GetGlobalNamespacesAsync(cancellationToken).ConfigureAwait(false);
227
var namespaces = await
_solution
.GetGlobalNamespacesAsync(cancellationToken).ConfigureAwait(false);