22 references to GetCollectionRangeVariableSymbolInfo
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
SpeculationAnalyzer.vb (2)
179Dim originalSymbolInfo = Me.OriginalSemanticModel.GetCollectionRangeVariableSymbolInfo(originalNode) 180Dim newSymbolInfo = Me.SpeculativeSemanticModel.GetCollectionRangeVariableSymbolInfo(newNode)
Microsoft.CodeAnalysis.VisualBasic.Features (2)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (2)
1450Dim oldInfo = oldModel.GetCollectionRangeVariableSymbolInfo(DirectCast(oldNode, CollectionRangeVariableSyntax), cancellationToken) 1451Dim newInfo = newModel.GetCollectionRangeVariableSymbolInfo(DirectCast(newNode, CollectionRangeVariableSyntax), cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (16)
Semantics\QueryExpressions_SemanticModel.vb (16)
2222collectionInfo = semanticModel.GetCollectionRangeVariableSymbolInfo(node13) 2233collectionInfo = semanticModel.GetCollectionRangeVariableSymbolInfo(node14) 2247collectionInfo = semanticModel.GetCollectionRangeVariableSymbolInfo(node14) 2253collectionInfo = semanticModel.GetCollectionRangeVariableSymbolInfo(node15) 2268collectionInfo = semanticModel.GetCollectionRangeVariableSymbolInfo(node16) 2279collectionInfo = semanticModel.GetCollectionRangeVariableSymbolInfo(node17) 2295collectionInfo = semanticModel.GetCollectionRangeVariableSymbolInfo(node18) 2314collectionInfo = semanticModel.GetCollectionRangeVariableSymbolInfo(node19) 2329collectionInfo = semanticModel.GetCollectionRangeVariableSymbolInfo(node20) 2348collectionInfo = semanticModel.GetCollectionRangeVariableSymbolInfo(node21) 2363collectionInfo = semanticModel.GetCollectionRangeVariableSymbolInfo(node22) 2382collectionInfo = semanticModel.GetCollectionRangeVariableSymbolInfo(node23) 2401collectionInfo = semanticModel.GetCollectionRangeVariableSymbolInfo(node24) 2424collectionInfo = semanticModel.GetCollectionRangeVariableSymbolInfo(node25) 2440collectionInfo = semanticModel.GetCollectionRangeVariableSymbolInfo(node26) 2455collectionInfo = semanticModel.GetCollectionRangeVariableSymbolInfo(node27)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
SpeculationAnalyzer.vb (2)
179Dim originalSymbolInfo = Me.OriginalSemanticModel.GetCollectionRangeVariableSymbolInfo(originalNode) 180Dim newSymbolInfo = Me.SpeculativeSemanticModel.GetCollectionRangeVariableSymbolInfo(newNode)