6 references to GetChange
Microsoft.CodeAnalysis (6)
Emit\EditAndContinue\DeltaMetadataWriter.cs (3)
502
var change = _changes.
GetChange
(typeDef);
1796
if (_changes.
GetChange
(methodDef) == SymbolChange.Added)
1845
_changes.
GetChange
(def) != SymbolChange.None;
Emit\EditAndContinue\SymbolChanges.cs (3)
216
var generatorChange =
GetChange
((IDefinition)synthesizedSymbol.Method.GetCciAdapter());
366
var change =
GetChange
(item);
380
GetChange
(containingDef) == SymbolChange.Added &&