Delete FriendAccessAllowedAttribute and associated dead code (#15101)
authorJan Kotas <jkotas@microsoft.com>
Sun, 19 Nov 2017 15:41:14 +0000 (07:41 -0800)
committerGitHub <noreply@github.com>
Sun, 19 Nov 2017 15:41:14 +0000 (07:41 -0800)
commit5304962d18bccdfe84f08c7ffb1230c3c4d1763a
tree357ab39eb5590beab3c51c61ebae02fdee2d1158
parentb785ee136bb585370b33f3269cfc7ec2b09dd3af
Delete FriendAccessAllowedAttribute and associated dead code (#15101)

- Preserved commented out FriendAccessAllowed on types and methods that are still used as friends in System.Runtime.WindowsRuntime
29 files changed:
src/inc/corhdr.h
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/shared/System/Diagnostics/Tracing/Winmeta.cs
src/mscorlib/shared/System/ObjectDisposedException.cs
src/mscorlib/src/System/AppDomain.cs
src/mscorlib/src/System/Buffer.cs
src/mscorlib/src/System/CompatibilitySwitches.cs [deleted file]
src/mscorlib/src/System/Diagnostics/Eventing/FrameworkEventSource.cs
src/mscorlib/src/System/Exception.cs
src/mscorlib/src/System/IO/MemoryStream.cs
src/mscorlib/src/System/Number.CoreCLR.cs
src/mscorlib/src/System/Resources/ResourceManager.cs
src/mscorlib/src/System/Runtime/CompilerServices/AsyncMethodBuilder.cs
src/mscorlib/src/System/Runtime/CompilerServices/FriendAccessAllowedAttribute.cs [deleted file]
src/mscorlib/src/System/Runtime/CompilerServices/YieldAwaitable.cs
src/mscorlib/src/System/Runtime/CompilerServices/jithelpers.cs
src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/Attributes.cs
src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/CLRIReferenceImpl.cs
src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/EventRegistrationTokenTable.cs
src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/IRestrictedErrorInfo.cs
src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/WindowsRuntimeBufferHelper.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/WindowsRuntimeMarshal.cs
src/mscorlib/src/System/StubHelpers.cs
src/mscorlib/src/System/Threading/SynchronizationContext.cs
src/mscorlib/src/System/Threading/Tasks/AsyncCausalityTracer.cs
src/mscorlib/src/System/Threading/Tasks/Task.cs
src/mscorlib/src/System/Threading/Tasks/TaskContinuation.cs
src/vm/compile.cpp
src/vm/ecalllist.h