12 references to Updated
Microsoft.CodeAnalysis (12)
Emit\EditAndContinue\DeltaMetadataWriter.cs (4)
520case SymbolChange.Updated: 607CreateIndicesForMethod(newMethodDef, SymbolChange.Updated); 696else if (methodChange == SymbolChange.Updated) 764case SymbolChange.Updated:
Emit\EditAndContinue\SymbolChanges.cs (8)
219case SymbolChange.Updated: 254return SymbolChange.Updated; 279return SymbolChange.Updated; 341case SymbolChange.Updated: 382fixChangeIfMemberIsReAdded(containingDef, SymbolChange.Added, definitionExistsInAnyPreviousGeneration) == SymbolChange.Updated) 395return SymbolChange.Updated; 436change = SymbolChange.Updated; 516SymbolChange.Updated : SymbolChange.ContainsChanges;