Re-enable StyleCop warning SA1400 (elements should specify access) (dotnet/coreclr...
authorStephen Toub <stoub@microsoft.com>
Mon, 12 Aug 2019 12:29:20 +0000 (08:29 -0400)
committerStephen Toub <stoub@microsoft.com>
Mon, 12 Aug 2019 22:05:49 +0000 (18:05 -0400)
commit0fda54bfd167ca49a58ae0273f7c88c0c6769a01
treeeda5073255841510208dea9fa301778eca80ede7
parent400f21e68a9c9279ac76533e6eb37f435f6b75a7
Re-enable StyleCop warning SA1400 (elements should specify access) (dotnet/coreclr#40240)

One of the more common things we "nit" in PRs.  Now the compiler will flag it for us.

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/12f9137be956308230916d8d19a07cc1fb43e39d
src/libraries/System.Private.CoreLib/src/CodeAnalysis.ruleset
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/ActivityTracker.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventCounter.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventProvider.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventSource.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/IncrementingEventCounter.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/IncrementingPollingCounter.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/PollingCounter.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/StubEnvironment.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/PropertyValue.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/SimpleTypeInfos.cs