Files
linux-packaging-mono/external/referencesource/System.Activities/SuppressMessages.cs
Xamarin Public Jenkins (auto-signing) fad71374d0 Imported Upstream version 5.2.0.179
Former-commit-id: a536d4f20e27294d8bbc2184d75f3a22364f7ba1
2017-06-16 11:04:32 +00:00

11 lines
835 B
C#

//-----------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
using System.Diagnostics.CodeAnalysis;
using System.Runtime;
// When a resource from SR.resx is only used in an expression, FxCop may issue an AvoidUncalledPrivateCode error
[module: SuppressMessage(FxCop.Category.Performance, FxCop.Rule.AvoidUncalledPrivateCode, Scope = "member", Target = "System.Activities.SR.SwitchCaseTypeMismatch(System.Object,System.Object):System.String")]
[module: SuppressMessage(FxCop.Category.Performance, FxCop.Rule.AvoidUncalledPrivateCode, Scope = "member", Target = "System.Activities.EtwTrackingParticipantTrackRecords.get_ResourceManager():System.Resources.ResourceManager")]