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