1 write to MatchingNodes
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\SemanticEditInfo.cs (1)
32MatchingNodes = matchingNodes;
6 references to MatchingNodes
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
5521return nodeMaps.MatchingNodes?.Invoke(newNode);
EditAndContinue\EditSession.cs (3)
925syntaxMap: edit.SyntaxMaps.MatchingNodes, 982Contract.ThrowIfNull(syntaxMapsForTree.MatchingNodes); 983return syntaxMapsForTree.MatchingNodes(newNode);
EditAndContinue\SemanticEditInfo.cs (2)
36[MemberNotNullWhen(true, nameof(MatchingNodes))] 37public bool HasMap => MatchingNodes != null;