1 write to MatchingNodes
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\SemanticEditInfo.cs (1)
32
MatchingNodes
= matchingNodes;
3 references to MatchingNodes
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\EditSession.cs (1)
733
syntaxMap: edit.SyntaxMaps.
MatchingNodes
,
EditAndContinue\SemanticEditInfo.cs (2)
36
[MemberNotNullWhen(true, nameof(
MatchingNodes
))]
37
public bool HasMap =>
MatchingNodes
!= null;