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