1 write to Reverse
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DeclarationBodyMap.cs (1)
33Reverse = reverseMatch;
7 references to Reverse
Microsoft.CodeAnalysis.Features (7)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (6)
1266enclosingBodyMap.Reverse, 5250var reverseMatch = bodyMap.Reverse; 5840if (!bodyMap.Reverse.ContainsKey(newLambda)) 6342if (!TryMapParameter(newParameterKey, parameterMap?.Reverse, bodyMap.Reverse, out var oldParameterKey) || 6354if (!bodyMap.Reverse.TryGetValue(newCaptureSyntax, out var mappedOldSyntax) || 6422if (!AreEquivalentClosureScopes(oldScope, newScope, bodyMap.Reverse))
EditAndContinue\DeclarationBodyMap.cs (1)
41=> new(Forward, Reverse, AdditionalReverseMapping.Add(newNode, oldNode));