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