1 write to _changes
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\SymbolChanges.cs (1)
55CalculateChanges(edits, out _changes, out _replacedSymbols, out DeletedMembers, out UpdatedMethods);
2 references to _changes
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\SymbolChanges.cs (2)
243if (_changes.TryGetValue(symbol, out var change)) 333foreach (var (symbol, _) in _changes)