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