1 write to _cancellationToken
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
EndConstructGeneration\EndConstructStatementVisitor.vb (1)
41
_cancellationToken
= cancellationToken
5 references to _cancellationToken
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (5)
EndConstructGeneration\EndConstructStatementVisitor.vb (3)
303
Dim matchingDirectives = directive.GetMatchingConditionalDirectives(
_cancellationToken
)
315
directive.SyntaxTree.GetStartDirectives(
_cancellationToken
).
318
If precedingRegionDirectives.Any(Function(d) d.GetMatchingStartOrEndDirective(
_cancellationToken
) Is Nothing) Then
EndConstructGeneration\EndConstructStatementVisitor_CustomEvents.vb (2)
40
Dim type = _semanticModel.GetTypeInfo(DirectCast(eventStatement.AsClause, SimpleAsClauseSyntax).Type, Me.
_cancellationToken
)
49
Dim type = TryCast(_semanticModel.GetTypeInfo(DirectCast(eventStatement.AsClause, SimpleAsClauseSyntax).Type, Me.
_cancellationToken
).Type, INamedTypeSymbol)