1 write to _changes
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
1828_changes = writer._changes;
2 references to _changes
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (2)
1875if (_changes.GetChange(methodDef) == SymbolChange.Added) 1923return def.IsEncDeleted || _changes.GetChange(def) != SymbolChange.None;