1 write to MatchingNodes
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\SemanticEditInfo.cs (1)
32
MatchingNodes
= matchingNodes;
4 references to MatchingNodes
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
5279
return nodeMaps.
MatchingNodes
?.Invoke(newNode);
EditAndContinue\EditSession.cs (1)
782
syntaxMap: edit.SyntaxMaps.
MatchingNodes
,
EditAndContinue\SemanticEditInfo.cs (2)
36
[MemberNotNullWhen(true, nameof(
MatchingNodes
))]
37
public bool HasMap =>
MatchingNodes
!= null;