2 references to InvalidLevel
Microsoft.CodeAnalysis.VisualBasic.Features (2)
src\Compilers\VisualBasic\BasicAnalyzerDriver\VisualBasicDeclarationComputer.vb (2)
21
Function(node, level) Not node.Span.OverlapsWith(span) OrElse
InvalidLevel
(level),
30
ComputeDeclarationsCore(model, node, Function(n, level)
InvalidLevel
(level), getSymbol, builder, levelsToCompute, cancellationToken)