3 references to LookupLabels
Microsoft.CodeAnalysis (2)
Compilation\SemanticModel.cs (2)
459
/// Labels are not considered (see <see cref="
LookupLabels
"/>).
622
/// Backing implementation of <see cref="
LookupLabels
"/>.
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Recommendations\CSharpRecommendationServiceRunner.cs (1)
299
var allLabels = _context.SemanticModel.
LookupLabels
(_context.LeftToken.SpanStart);