1 write to _changes
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
101_changes = changes;
11 references to _changes
Microsoft.CodeAnalysis (11)
Emit\EditAndContinue\DeltaMetadataWriter.cs (11)
203if (_changes.IsReplaced(addedType)) 502var change = _changes.GetChange(typeDef); 547var deletedMethods = _changes.GetDeletedMethods(typeDef); 568var eventChange = _changes.GetChangeForPossibleReAddedMember(eventDef, DefinitionExistsInAnyPreviousGeneration); 572foreach (var eventDef in _changes.GetDeletedEvents(typeDef)) 589var fieldChange = _changes.GetChangeForPossibleReAddedMember(fieldDef, DefinitionExistsInAnyPreviousGeneration); 595var methodChange = _changes.GetChangeForPossibleReAddedMember(methodDef, DefinitionExistsInAnyPreviousGeneration); 618var propertyChange = _changes.GetChangeForPossibleReAddedMember(propertyDef, DefinitionExistsInAnyPreviousGeneration); 622foreach (var propertyDef in _changes.GetDeletedProperties(typeDef)) 797if (symbol != null && _changes.IsAdded(symbol.GetISymbol())) 1754_changes = writer._changes;