6 references to GetChange
Microsoft.CodeAnalysis (6)
Emit\EditAndContinue\DeltaMetadataWriter.cs (3)
592
var change = _changes.
GetChange
(typeDef);
1875
if (_changes.
GetChange
(methodDef) == SymbolChange.Added)
1923
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 &&