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)
303Dim matchingDirectives = directive.GetMatchingConditionalDirectives(_cancellationToken) 315directive.SyntaxTree.GetStartDirectives(_cancellationToken). 318If precedingRegionDirectives.Any(Function(d) d.GetMatchingStartOrEndDirective(_cancellationToken) Is Nothing) Then
EndConstructGeneration\EndConstructStatementVisitor_CustomEvents.vb (2)
40Dim type = _semanticModel.GetTypeInfo(DirectCast(eventStatement.AsClause, SimpleAsClauseSyntax).Type, Me._cancellationToken) 49Dim type = TryCast(_semanticModel.GetTypeInfo(DirectCast(eventStatement.AsClause, SimpleAsClauseSyntax).Type, Me._cancellationToken).Type, INamedTypeSymbol)