5 references to
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (4)
2026var oldType = oldModel.GetTypeInfo(oldTypedNodes[t], cancellationToken).Type; 2027var newType = newModel.GetTypeInfo(newTypedNodes[t], cancellationToken).Type; 6588var otherRootNode = otherRootNodes[i]; 6591return FindPartner(rootNodes[i], otherRootNode, otherNode);
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\OneOrMany.cs (1)
252public T Current => _collection[_index];