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