1 write to Match
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
934Match = match;
5 references to Match
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (5)
1130match = oldLambdaInfo.Match; 1619if (lambdaInfos.TryGetValue(oldParentLambdaBody, out var lambdaInfo) && lambdaInfo.Match != null) 1621return GetDeletedNodeDiagnosticSpan(lambdaInfo.Match.Matches, oldLambdaBody); 5137if (newLambdaInfo.Match == null || newLambdaInfo.NewBody == null) 5248RoslynDebug.Assert(newLambdaInfo.Match != null && newLambdaBody != null);