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