namespace Microsoft.CodeAnalysis.Emit;
internal enum SymbolChange
{
None,
ContainsChanges,
Updated,
Added
}