6 references to GetChange
Microsoft.CodeAnalysis (6)
Emit\EditAndContinue\DeltaMetadataWriter.cs (3)
591
var change = _changes.
GetChange
(typeDef);
1874
if (_changes.
GetChange
(methodDef) == SymbolChange.Added)
1922
return def.IsEncDeleted || _changes.
GetChange
(def) != SymbolChange.None;
Emit\EditAndContinue\SymbolChanges.cs (3)
140
var generatorChange =
GetChange
((IDefinition)synthesizedSymbol.Method.GetCciAdapter());
284
var change =
GetChange
(item);
298
GetChange
(containingDef) == SymbolChange.Added &&