1 write to _solution
Microsoft.CodeAnalysis.Features (1)
Debugging\AbstractBreakpointResolver.cs (1)
68
_solution
= solution;
3 references to _solution
Microsoft.CodeAnalysis.Features (3)
Debugging\AbstractBreakpointResolver.cs (3)
82
var document =
_solution
.GetDocument(location.SourceTree);
148
var containers = await
_solution
.GetGlobalNamespacesAsync(cancellationToken).ConfigureAwait(false);
226
var namespaces = await
_solution
.GetGlobalNamespacesAsync(cancellationToken).ConfigureAwait(false);