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