Removes unneeded Serializable attributes from enums and delegates. They can be serial...
authorMorgan Brown <morganbr@users.noreply.github.com>
Fri, 12 May 2017 02:24:42 +0000 (19:24 -0700)
committerJan Kotas <jkotas@microsoft.com>
Fri, 12 May 2017 02:24:42 +0000 (19:24 -0700)
commit906f60ce3c55ab0cc41765d9eeea542ec65ff737
treefa9e375d5892b1b30e993eeb2fe0c19f1ccfbf4c
parente236ed54426e1e2bc53115123adbf9bad9584b5d
Removes unneeded Serializable attributes from enums and delegates. They can be serialized without attributes and this will remove noise from future serialization changes. (#11535)
51 files changed:
src/mscorlib/shared/System/AsyncCallback.cs
src/mscorlib/shared/System/AttributeTargets.cs
src/mscorlib/shared/System/DateTimeKind.cs
src/mscorlib/shared/System/DayOfWeek.cs
src/mscorlib/shared/System/EventHandler.cs
src/mscorlib/shared/System/Globalization/CalendarWeekRule.cs
src/mscorlib/shared/System/Globalization/GregorianCalendarTypes.cs
src/mscorlib/shared/System/IO/FileAccess.cs
src/mscorlib/shared/System/Runtime/CompilerServices/CompilationRelaxations.cs
src/mscorlib/shared/System/Runtime/CompilerServices/LoadHint.cs
src/mscorlib/shared/System/Runtime/CompilerServices/MethodCodeType.cs
src/mscorlib/shared/System/Runtime/ConstrainedExecution/Cer.cs
src/mscorlib/shared/System/Runtime/ConstrainedExecution/Consistency.cs
src/mscorlib/shared/System/StringComparison.cs
src/mscorlib/shared/System/TypeCode.cs
src/mscorlib/shared/System/UnhandledExceptionEventHandler.cs
src/mscorlib/src/System/AppDomain.cs
src/mscorlib/src/System/AppDomainAttributes.cs
src/mscorlib/src/System/AppDomainSetup.cs
src/mscorlib/src/System/BCLDebug.cs
src/mscorlib/src/System/Diagnostics/AssertFilters.cs
src/mscorlib/src/System/Diagnostics/LoggingLevels.cs
src/mscorlib/src/System/Diagnostics/SymbolStore/SymAddressKind.cs
src/mscorlib/src/System/Diagnostics/log.cs
src/mscorlib/src/System/GC.cs
src/mscorlib/src/System/Globalization/BidiCategory.cs
src/mscorlib/src/System/Globalization/CompareInfo.cs
src/mscorlib/src/System/IO/SearchOption.cs
src/mscorlib/src/System/Reflection/CustomAttribute.cs
src/mscorlib/src/System/Reflection/Emit/AssemblyBuilderAccess.cs
src/mscorlib/src/System/Reflection/Emit/FlowControl.cs
src/mscorlib/src/System/Reflection/Emit/ILGenerator.cs
src/mscorlib/src/System/Reflection/Emit/OpcodeType.cs
src/mscorlib/src/System/Reflection/Emit/OperandType.cs
src/mscorlib/src/System/Reflection/Emit/PEFileKinds.cs
src/mscorlib/src/System/Reflection/Emit/StackBehaviour.cs
src/mscorlib/src/System/Reflection/Emit/SymbolType.cs
src/mscorlib/src/System/Reflection/Emit/TypeBuilder.cs
src/mscorlib/src/System/Reflection/MdImport.cs
src/mscorlib/src/System/Runtime/GcSettings.cs
src/mscorlib/src/System/Runtime/InteropServices/Attributes.cs
src/mscorlib/src/System/Runtime/InteropServices/ComMemberType.cs
src/mscorlib/src/System/Runtime/InteropServices/ComTypes/ITypeComp.cs
src/mscorlib/src/System/Runtime/InteropServices/ComTypes/ITypeInfo.cs
src/mscorlib/src/System/Runtime/InteropServices/ComTypes/ITypeLib.cs
src/mscorlib/src/System/Runtime/InteropServices/GcHandle.cs
src/mscorlib/src/System/Runtime/InteropServices/ICustomQueryInterface.cs
src/mscorlib/src/System/Runtime/InteropServices/Marshal.cs
src/mscorlib/src/System/Runtime/InteropServices/PInvokeMap.cs
src/mscorlib/src/System/Threading/Tasks/Task.cs
src/mscorlib/src/System/Threading/Thread.cs