Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: experimental/visual_studio_plugin/third_party/Microsoft.VisualStudio.Project/GlobalSuppressions.cs

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 /// Copyright (c) Microsoft Corporation. All rights reserved.
2
3 using System.Diagnostics.CodeAnalysis;
4
5 // This file is used by Code Analysis to maintain SuppressMessage
6 // attributes that are applied to this project. Project-level
7 // suppressions either have no target or are given a specific target
8 // and scoped to a namespace, type, member, etc.
9 //
10 // To add a suppression to this file, right-click the message in the
11 // Error List, point to "Suppress Message(s)", and click "In Project
12 // Suppression File". You do not need to add suppressions to this
13 // file manually.
14
15 // The below contains suppressions from LinkDemand occurring from calls to the M arshal type's methods.
16 // Calls to these methods are absolute necessary to do successful VS integration .
17 // All these methods are called from the VS Kernel, through interface calls that are expanded in the below methods.
18 // Some of the below methods are non public but their caller's then are methods that are VS Integration interface implementations.
19 // The methods in which the LinkDemands were suppressed should be revisited thou gh if adding further LinkDemands or directly Demanding UnmanagedCode Permission is a better choice.
20
21 //Interface parameters naming matching suppressions
22 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#AdviseHierarchyEve nts(Microsoft.VisualStudio.Shell.Interop.IVsHierarchyEvents,System.UInt32&)")]
23 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#AdviseHierarchyEve nts(Microsoft.VisualStudio.Shell.Interop.IVsHierarchyEvents,System.UInt32&)")]
24 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#AdviseBui ldStatusCallback(Microsoft.VisualStudio.Shell.Interop.IVsBuildStatusCallback,Sys tem.UInt32&)")]
25 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#QueryStar tBuild(System.UInt32,System.Int32[],System.Int32[])")]
26 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "2#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#QueryStar tBuild(System.UInt32,System.Int32[],System.Int32[])")]
27 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#QueryStar tClean(System.UInt32,System.Int32[],System.Int32[])")]
28 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#QueryStar tUpToDateCheck(System.UInt32,System.Int32[],System.Int32[])")]
29 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "2#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#QueryStar tClean(System.UInt32,System.Int32[],System.Int32[])")]
30 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#QueryStar tUpToDateCheck(System.UInt32,System.Int32[],System.Int32[])")]
31 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "2#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#QueryStar tUpToDateCheck(System.UInt32,System.Int32[],System.Int32[])")]
32 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#QueryStat us(System.Int32&)")]
33 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#StartBuil d(Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane,System.UInt32)")]
34 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#StartBuil d(Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane,System.UInt32)")]
35 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#StartClea n(Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane,System.UInt32)")]
36 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#UnadviseB uildStatusCallback(System.UInt32)")]
37 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#Stop(Syst em.Int32)")]
38 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#StartUpTo DateCheck(Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane,System.UInt32 )")]
39 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#StartUpTo DateCheck(Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane,System.UInt32 )")]
40 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#StartClea n(Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane,System.UInt32)")]
41 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildDependency.#get_HelpContext( System.UInt32&)")]
42 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildDependency.#get_Description( System.String&)")]
43 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildDependency.#get_CanonicalNam e(System.String&)")]
44 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#Wait(Syst em.UInt32,System.Int32)")]
45 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildDependency.#get_MustUpdateBe fore(System.Int32&)")]
46 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildDependency.#get_HelpFile(Sys tem.String&)")]
47 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnAfterLoadProj ect(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,Microsoft.VisualStudio.She ll.Interop.IVsHierarchy)")]
48 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnAfterOpeningC hildren(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy)")]
49 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnAfterLoadProj ect(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,Microsoft.VisualStudio.She ll.Interop.IVsHierarchy)")]
50 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnAfterClosingC hildren(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy)")]
51 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnAfterOpenProj ect(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,System.Int32)")]
52 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnAfterOpenProj ect(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,System.Int32)")]
53 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnAfterRenamePr oject(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy)")]
54 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnBeforeClosePr oject(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,System.Int32)")]
55 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnBeforeClosePr oject(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,System.Int32)")]
56 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnBeforeClosing Children(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy)")]
57 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnBeforeOpening Children(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy)")]
58 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnBeforeUnloadP roject(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,Microsoft.VisualStudio. Shell.Interop.IVsHierarchy)")]
59 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnBeforeUnloadP roject(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,Microsoft.VisualStudio. Shell.Interop.IVsHierarchy)")]
60 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "2#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnQueryChangePr ojectParent(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,Microsoft.VisualSt udio.Shell.Interop.IVsHierarchy,System.Int32&)")]
61 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnQueryChangePr ojectParent(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,Microsoft.VisualSt udio.Shell.Interop.IVsHierarchy,System.Int32&)")]
62 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnQueryChangePr ojectParent(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,Microsoft.VisualSt udio.Shell.Interop.IVsHierarchy,System.Int32&)")]
63 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "2#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnQueryClosePro ject(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,System.Int32,System.Int32 &)")]
64 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnQueryClosePro ject(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,System.Int32,System.Int32 &)")]
65 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnQueryClosePro ject(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,System.Int32,System.Int32 &)")]
66 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnQueryCloseSol ution(System.Object,System.Int32&)")]
67 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnQueryUnloadPr oject(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,System.Int32&)")]
68 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListenerForProjectOpen.#O nAfterOpenSolution(System.Object,System.Int32)")]
69 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListenerForProjectOpen.#O nAfterOpenSolution(System.Object,System.Int32)")]
70 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.#OnA ctiveProjectCfgChange(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy)")]
71 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.#OnA fterActiveSolutionCfgChange(Microsoft.VisualStudio.Shell.Interop.IVsCfg,Microsof t.VisualStudio.Shell.Interop.IVsCfg)")]
72 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.#OnA fterActiveSolutionCfgChange(Microsoft.VisualStudio.Shell.Interop.IVsCfg,Microsof t.VisualStudio.Shell.Interop.IVsCfg)")]
73 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.#OnB eforeActiveSolutionCfgChange(Microsoft.VisualStudio.Shell.Interop.IVsCfg,Microso ft.VisualStudio.Shell.Interop.IVsCfg)")]
74 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.#OnB eforeActiveSolutionCfgChange(Microsoft.VisualStudio.Shell.Interop.IVsCfg,Microso ft.VisualStudio.Shell.Interop.IVsCfg)")]
75 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "3#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.#Upd ateProjectCfg_Begin(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,Microsoft. VisualStudio.Shell.Interop.IVsCfg,Microsoft.VisualStudio.Shell.Interop.IVsCfg,Sy stem.UInt32,System.Int32&)")]
76 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "4#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.#Upd ateProjectCfg_Begin(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,Microsoft. VisualStudio.Shell.Interop.IVsCfg,Microsoft.VisualStudio.Shell.Interop.IVsCfg,Sy stem.UInt32,System.Int32&)")]
77 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.#Upd ateProjectCfg_Begin(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,Microsoft. VisualStudio.Shell.Interop.IVsCfg,Microsoft.VisualStudio.Shell.Interop.IVsCfg,Sy stem.UInt32,System.Int32&)")]
78 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "2#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.#Upd ateProjectCfg_Begin(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,Microsoft. VisualStudio.Shell.Interop.IVsCfg,Microsoft.VisualStudio.Shell.Interop.IVsCfg,Sy stem.UInt32,System.Int32&)")]
79 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.#Upd ateProjectCfg_Begin(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,Microsoft. VisualStudio.Shell.Interop.IVsCfg,Microsoft.VisualStudio.Shell.Interop.IVsCfg,Sy stem.UInt32,System.Int32&)")]
80 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "3#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.#Upd ateProjectCfg_Done(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,Microsoft.V isualStudio.Shell.Interop.IVsCfg,Microsoft.VisualStudio.Shell.Interop.IVsCfg,Sys tem.UInt32,System.Int32,System.Int32)")]
81 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "5#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.#Upd ateProjectCfg_Done(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,Microsoft.V isualStudio.Shell.Interop.IVsCfg,Microsoft.VisualStudio.Shell.Interop.IVsCfg,Sys tem.UInt32,System.Int32,System.Int32)")]
82 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.#Upd ateProjectCfg_Done(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,Microsoft.V isualStudio.Shell.Interop.IVsCfg,Microsoft.VisualStudio.Shell.Interop.IVsCfg,Sys tem.UInt32,System.Int32,System.Int32)")]
83 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "2#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.#Upd ateProjectCfg_Done(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,Microsoft.V isualStudio.Shell.Interop.IVsCfg,Microsoft.VisualStudio.Shell.Interop.IVsCfg,Sys tem.UInt32,System.Int32,System.Int32)")]
84 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.#Upd ateProjectCfg_Done(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,Microsoft.V isualStudio.Shell.Interop.IVsCfg,Microsoft.VisualStudio.Shell.Interop.IVsCfg,Sys tem.UInt32,System.Int32,System.Int32)")]
85 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "4#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.#Upd ateProjectCfg_Done(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,Microsoft.V isualStudio.Shell.Interop.IVsCfg,Microsoft.VisualStudio.Shell.Interop.IVsCfg,Sys tem.UInt32,System.Int32,System.Int32)")]
86 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.#Upd ateSolution_Begin(System.Int32&)")]
87 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.UpdateSolutionEventsListener.#Upd ateSolution_StartUpdate(System.Int32&)")]
88 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#DeleteItem(System. UInt32,System.UInt32)")]
89 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#DeleteItem(System. UInt32,System.UInt32)")]
90 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#Exec(System.Guid&, System.UInt32,System.UInt32,System.IntPtr,System.IntPtr)")]
91 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "2#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#Exec(System.Guid&, System.UInt32,System.UInt32,System.IntPtr,System.IntPtr)")]
92 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#Exec(System.Guid&, System.UInt32,System.UInt32,System.IntPtr,System.IntPtr)")]
93 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#ExecCommand(System .UInt32,System.Guid&,System.UInt32,System.UInt32,System.IntPtr,System.IntPtr)")]
94 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#ExecCommand(System .UInt32,System.Guid&,System.UInt32,System.UInt32,System.IntPtr,System.IntPtr)")]
95 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "3#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#ExecCommand(System .UInt32,System.Guid&,System.UInt32,System.UInt32,System.IntPtr,System.IntPtr)")]
96 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "2#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#ExecCommand(System .UInt32,System.Guid&,System.UInt32,System.UInt32,System.IntPtr,System.IntPtr)")]
97 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "5#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#ExecCommand(System .UInt32,System.Guid&,System.UInt32,System.UInt32,System.IntPtr,System.IntPtr)")]
98 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "4#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#ExecCommand(System .UInt32,System.Guid&,System.UInt32,System.UInt32,System.IntPtr,System.IntPtr)")]
99 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#GetCanonicalName(S ystem.UInt32,System.String&)")]
100 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#GetCanonicalName(S ystem.UInt32,System.String&)")]
101 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "2#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#GetGuidProperty(Sy stem.UInt32,System.Int32,System.Guid&)")]
102 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#GetGuidProperty(Sy stem.UInt32,System.Int32,System.Guid&)")]
103 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#GetNestedHierarchy (System.UInt32,System.Guid&,System.IntPtr&,System.UInt32&)")]
104 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "3#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#GetNestedHierarchy (System.UInt32,System.Guid&,System.IntPtr&,System.UInt32&)")]
105 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#GetProperty(System .UInt32,System.Int32,System.Object&)")]
106 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#GetProperty(System .UInt32,System.Int32,System.Object&)")]
107 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "2#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#GetProperty(System .UInt32,System.Int32,System.Object&)")]
108 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#GetSite(Microsoft. VisualStudio.OLE.Interop.IServiceProvider&)")]
109 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#IgnoreItemFileChan ges(System.UInt32,System.Int32)")]
110 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#IgnoreItemFileChan ges(System.UInt32,System.Int32)")]
111 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#IsItemDirty(System .UInt32,System.IntPtr,System.Int32&)")]
112 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "2#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#IsItemDirty(System .UInt32,System.IntPtr,System.Int32&)")]
113 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#IsItemDirty(System .UInt32,System.IntPtr,System.Int32&)")]
114 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#IsItemReloadable(S ystem.UInt32,System.Int32&)")]
115 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#IsItemReloadable(S ystem.UInt32,System.Int32&)")]
116 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "2#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#OnBeforeDropNotify (Microsoft.VisualStudio.OLE.Interop.IDataObject,System.UInt32,System.Int32&)")]
117 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#ParseCanonicalName (System.String,System.UInt32&)")]
118 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#ParseCanonicalName (System.String,System.UInt32&)")]
119 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#QueryClose(System. Int32&)")]
120 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "2#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#QueryDeleteItem(Sy stem.UInt32,System.UInt32,System.Int32&)")]
121 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#QueryDeleteItem(Sy stem.UInt32,System.UInt32,System.Int32&)")]
122 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#QueryDeleteItem(Sy stem.UInt32,System.UInt32,System.Int32&)")]
123 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#QueryStatus(System .Guid&,System.UInt32,Microsoft.VisualStudio.OLE.Interop.OLECMD[],System.IntPtr)" )]
124 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "3#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#QueryStatusCommand (System.UInt32,System.Guid&,System.UInt32,Microsoft.VisualStudio.OLE.Interop.OLE CMD[],System.IntPtr)")]
125 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#QueryStatusCommand (System.UInt32,System.Guid&,System.UInt32,Microsoft.VisualStudio.OLE.Interop.OLE CMD[],System.IntPtr)")]
126 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#QueryStatusCommand (System.UInt32,System.Guid&,System.UInt32,Microsoft.VisualStudio.OLE.Interop.OLE CMD[],System.IntPtr)")]
127 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#ReloadItem(System. UInt32,System.UInt32)")]
128 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#ReloadItem(System. UInt32,System.UInt32)")]
129 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "4#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#SaveItem(Microsoft .VisualStudio.Shell.Interop.VSSAVEFLAGS,System.String,System.UInt32,System.IntPt r,System.Int32&)")]
130 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "3#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#SaveItem(Microsoft .VisualStudio.Shell.Interop.VSSAVEFLAGS,System.String,System.UInt32,System.IntPt r,System.Int32&)")]
131 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#SaveItem(Microsoft .VisualStudio.Shell.Interop.VSSAVEFLAGS,System.String,System.UInt32,System.IntPt r,System.Int32&)")]
132 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#SaveItem(Microsoft .VisualStudio.Shell.Interop.VSSAVEFLAGS,System.String,System.UInt32,System.IntPt r,System.Int32&)")]
133 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "2#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#SetGuidProperty(Sy stem.UInt32,System.Int32,System.Guid&)")]
134 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#SetGuidProperty(Sy stem.UInt32,System.Int32,System.Guid&)")]
135 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#SetProperty(System .UInt32,System.Int32,System.Object)")]
136 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "2#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#SetProperty(System .UInt32,System.Int32,System.Object)")]
137 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#SetSite(Microsoft. VisualStudio.OLE.Interop.IServiceProvider)")]
138 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#UnadviseHierarchyE vents(System.UInt32)")]
139 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.Automation.OANavigableProjectItem s.#AddFolder(System.String,System.String)")]
140 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.Automation.OANavigableProjectItem s.#AddFolder(System.String,System.String)")]
141 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.Automation.OANavigableProjectItem s.#AddFromDirectory(System.String)")]
142 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.Automation.OANavigableProjectItem s.#AddFromFile(System.String)")]
143 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.Automation.OANavigableProjectItem s.#AddFromFileCopy(System.String)")]
144 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.Automation.OANavigableProjectItem s.#AddFromTemplate(System.String,System.String)")]
145 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.Automation.OANavigableProjectItem s.#AddFromTemplate(System.String,System.String)")]
146 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.Automation.OAProjectItem`1.#Save( System.String)")]
147 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.Automation.OAProjectItem`1.#SaveA s(System.String)")]
148 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#EnumOutputs(Micros oft.VisualStudio.Shell.Interop.IVsEnumOutputs&)")]
149 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#get_BuildableProje ctCfg(Microsoft.VisualStudio.Shell.Interop.IVsBuildableProjectCfg&)")]
150 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#get_CanonicalName( System.String&)")]
151 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#get_DisplayName(Sy stem.String&)")]
152 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#get_IsDebugOnly(Sy stem.Int32&)")]
153 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#get_IsPackaged(Sys tem.Int32&)")]
154 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#get_IsReleaseOnly( System.Int32&)")]
155 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#get_IsSpecifyingOu tputSupported(System.Int32&)")]
156 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#get_Platform(Syste m.Guid&)")]
157 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#get_ProjectCfgProv ider(Microsoft.VisualStudio.Shell.Interop.IVsProjectCfgProvider&)")]
158 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#get_RootURL(System .String&)")]
159 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#get_TargetCodePage (System.UInt32&)")]
160 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#get_UpdateSequence Number(Microsoft.VisualStudio.OLE.Interop.ULARGE_INTEGER[])")]
161 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#GetCfg(Microsoft.V isualStudio.Shell.Interop.IVsCfg&)")]
162 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#GetPages(Microsoft .VisualStudio.OLE.Interop.CAUUID[])")]
163 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#GetProjectDesigner Pages(Microsoft.VisualStudio.OLE.Interop.CAUUID[])")]
164 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#GetProjectItem(Mic rosoft.VisualStudio.Shell.Interop.IVsHierarchy&,System.UInt32&)")]
165 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#GetProjectItem(Mic rosoft.VisualStudio.Shell.Interop.IVsHierarchy&,System.UInt32&)")]
166 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#OpenOutput(System. String,Microsoft.VisualStudio.Shell.Interop.IVsOutput&)")]
167 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#OpenOutput(System. String,Microsoft.VisualStudio.Shell.Interop.IVsOutput&)")]
168 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#QueryDebugLaunch(S ystem.UInt32,System.Int32&)")]
169 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#QueryDebugLaunch(S ystem.UInt32,System.Int32&)")]
170 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnAfterAsynchOp enProject(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,System.Int32)")]
171 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnAfterAsynchOp enProject(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,System.Int32)")]
172 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnAfterChangePr ojectParent(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy)")]
173 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SolutionListener.#OnAfterCloseSol ution(System.Object)")]
174 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#AdviseBui ldStatusCallback(Microsoft.VisualStudio.Shell.Interop.IVsBuildStatusCallback,Sys tem.UInt32&)")]
175 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildDependency.#get_ReferredProj ect(System.Object&)")]
176 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#QueryStar tClean(System.UInt32,System.Int32[],System.Int32[])")]
177 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#QueryStar tBuild(System.UInt32,System.Int32[],System.Int32[])")]
178 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildableProjectConfig.#get_Proje ctCfg(Microsoft.VisualStudio.Shell.Interop.IVsProjectCfg&)")]
179 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.BuildDependency.#get_Type(System. Guid&)")]
180 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1701:ResourceStringCompoundWordsShouldBeCasedCorrectly", MessageId = "dataset" , Scope = "resource", Target = "Microsoft.VisualStudio.Project.resources")]
181 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1703:ResourceStringsShouldBeSpelledCorrectly", MessageId = "Intelli", Scope = "resource", Target = "Microsoft.VisualStudio.Project.SecurityWarningDialog.resou rces")]
182 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.FileNode.#AfterSaveItemAs(System. IntPtr,System.String)")]
183 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.NestedProjectNode.#IsItemDirty(Sy stem.UInt32,System.IntPtr,System.Int32&)")]
184 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.NestedProjectNode.#OnChanged(Syst em.Int32)")]
185 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.NestedProjectNode.#OnRequestEdit( System.Int32)")]
186 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.NestedProjectNode.#SaveItem(Micro soft.VisualStudio.Shell.Interop.VSSAVEFLAGS,System.String,System.UInt32,System.I ntPtr,System.Int32&)")]
187 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "4#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.NestedProjectNode.#SaveItem(Micro soft.VisualStudio.Shell.Interop.VSSAVEFLAGS,System.String,System.UInt32,System.I ntPtr,System.Int32&)")]
188 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "3#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.NestedProjectNode.#SaveItem(Micro soft.VisualStudio.Shell.Interop.VSSAVEFLAGS,System.String,System.UInt32,System.I ntPtr,System.Int32&)")]
189 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.NodeProperties.#GetCfgProvider(Mi crosoft.VisualStudio.Shell.Interop.IVsCfgProvider&)")]
190 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.NodeProperties.#GetPages(Microsof t.VisualStudio.OLE.Interop.CAUUID[])")]
191 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.NodeProperties.#GetProjectDesigne rPages(Microsoft.VisualStudio.OLE.Interop.CAUUID[])")]
192 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.NodeProperties.#GetProjectItem(Mi crosoft.VisualStudio.Shell.Interop.IVsHierarchy&,System.UInt32&)")]
193 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.NodeProperties.#GetProjectItem(Mi crosoft.VisualStudio.Shell.Interop.IVsHierarchy&,System.UInt32&)")]
194 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectNode.#OnBeforeDropNotify(M icrosoft.VisualStudio.OLE.Interop.IDataObject,System.UInt32,System.Int32&)")]
195 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectNode.#OnClear(System.Int32 )")]
196 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectNode.#OnPaste(System.Int32 ,System.UInt32)")]
197 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectNode.#OnPaste(System.Int32 ,System.UInt32)")]
198 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.ProjectNode.#RegisterClipboardNot ifications(System.Boolean)")]
199 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SettingsPage.#GetPageInfo(Microso ft.VisualStudio.OLE.Interop.PROPPAGEINFO[])")]
200 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SettingsPage.#Help(System.String) ")]
201 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SettingsPage.#Move(Microsoft.Visu alStudio.OLE.Interop.RECT[])")]
202 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SettingsPage.#SetObjects(System.U Int32,System.Object[])")]
203 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SettingsPage.#SetObjects(System.U Int32,System.Object[])")]
204 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SettingsPage.#SetPageSite(Microso ft.VisualStudio.OLE.Interop.IPropertyPageSite)")]
205 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SettingsPage.#Show(System.UInt32) ")]
206 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SettingsPage.#TranslateAccelerato r(Microsoft.VisualStudio.OLE.Interop.MSG[])")]
207 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "4#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SingleFileGeneratorFactory.#Creat eGeneratorInstance(System.String,System.Int32&,System.Int32&,System.Int32&,Micro soft.VisualStudio.Shell.Interop.IVsSingleFileGenerator&)")]
208 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SingleFileGeneratorFactory.#Creat eGeneratorInstance(System.String,System.Int32&,System.Int32&,System.Int32&,Micro soft.VisualStudio.Shell.Interop.IVsSingleFileGenerator&)")]
209 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "2#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SingleFileGeneratorFactory.#Creat eGeneratorInstance(System.String,System.Int32&,System.Int32&,System.Int32&,Micro soft.VisualStudio.Shell.Interop.IVsSingleFileGenerator&)")]
210 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SingleFileGeneratorFactory.#Creat eGeneratorInstance(System.String,System.Int32&,System.Int32&,System.Int32&,Micro soft.VisualStudio.Shell.Interop.IVsSingleFileGenerator&)")]
211 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "3#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SingleFileGeneratorFactory.#Creat eGeneratorInstance(System.String,System.Int32&,System.Int32&,System.Int32&,Micro soft.VisualStudio.Shell.Interop.IVsSingleFileGenerator&)")]
212 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SingleFileGeneratorFactory.#GetDe faultGenerator(System.String,System.String&)")]
213 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SingleFileGeneratorFactory.#GetDe faultGenerator(System.String,System.String&)")]
214 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "1#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SingleFileGeneratorFactory.#GetGe neratorInformation(System.String,System.Int32&,System.Int32&,System.Int32&,Syste m.Guid&)")]
215 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "2#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SingleFileGeneratorFactory.#GetGe neratorInformation(System.String,System.Int32&,System.Int32&,System.Int32&,Syste m.Guid&)")]
216 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "4#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SingleFileGeneratorFactory.#GetGe neratorInformation(System.String,System.Int32&,System.Int32&,System.Int32&,Syste m.Guid&)")]
217 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SingleFileGeneratorFactory.#GetGe neratorInformation(System.String,System.Int32&,System.Int32&,System.Int32&,Syste m.Guid&)")]
218 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "3#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SingleFileGeneratorFactory.#GetGe neratorInformation(System.String,System.Int32&,System.Int32&,System.Int32&,Syste m.Guid&)")]
219 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "2#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.NestedProjectNode.#IsItemDirty(Sy stem.UInt32,System.IntPtr,System.Int32&)")]
220 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1725:ParameterNamesShouldMatchBaseDeclaration", MessageId = "0#", Scope = "mem ber", Target = "Microsoft.VisualStudio.Project.SettingsPage.#Activate(System.Int Ptr,Microsoft.VisualStudio.OLE.Interop.RECT[],System.Int32)")]
221
222 //Ref arguments suppressions
223 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1045:DoNotPassTypesByReference", MessageId = "0#", Scope = "member", Target = "Microsoft.VisualStudio.Project.TokenProcessor.#ReplaceBetweenTokens(System.Stri ng&,Microsoft.VisualStudio.Project.ReplaceBetweenPairToken)")]
224 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1045:DoNotPassTypesByReference", MessageId = "0#", Scope = "member", Target = "Microsoft.VisualStudio.Project.TokenProcessor.#ReplaceTokens(System.String&,Mic rosoft.VisualStudio.Project.ReplacePairToken)")]
225 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1045:DoNotPassTypesByReference", MessageId = "3#", Scope = "member", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#QueryStatusOnNode(System.Guid,Sys tem.UInt32,System.IntPtr,Microsoft.VisualStudio.Project.QueryStatusResult&)")]
226 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1045:DoNotPassTypesByReference", MessageId = "3#", Scope = "member", Target = "Microsoft.VisualStudio.Project.DocumentManager.#OpenWithSpecific(System.UInt32, System.Guid&,System.String,System.Guid&,System.IntPtr,Microsoft.VisualStudio.She ll.Interop.IVsWindowFrame&,Microsoft.VisualStudio.Project.WindowFrameShowAction) ")]
227 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1045:DoNotPassTypesByReference", MessageId = "2#", Scope = "member", Target = "Microsoft.VisualStudio.Project.FileDocumentManager.#Open(System.Boolean,System. Boolean,System.Guid&,System.IntPtr,Microsoft.VisualStudio.Shell.Interop.IVsWindo wFrame&,Microsoft.VisualStudio.Project.WindowFrameShowAction)")]
228 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1045:DoNotPassTypesByReference", MessageId = "1#", Scope = "member", Target = "Microsoft.VisualStudio.Project.DocumentManager.#OpenWithSpecific(System.UInt32, System.Guid&,System.String,System.Guid&,System.IntPtr,Microsoft.VisualStudio.She ll.Interop.IVsWindowFrame&,Microsoft.VisualStudio.Project.WindowFrameShowAction) ")]
229 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1045:DoNotPassTypesByReference", MessageId = "0#", Scope = "member", Target = "Microsoft.VisualStudio.Project.TokenProcessor.#DeleteTokens(System.String&,Micr osoft.VisualStudio.Project.DeleteToken)")]
230 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1045:DoNotPassTypesByReference", MessageId = "0#", Scope = "member", Target = "Microsoft.VisualStudio.Project.DocumentManager.#Open(System.Guid&,System.IntPtr ,Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame&,Microsoft.VisualStudio.Pro ject.WindowFrameShowAction)")]
231 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1045:DoNotPassTypesByReference", MessageId = "0#", Scope = "member", Target = "Microsoft.VisualStudio.Project.DocumentManager.#CloseWindowFrame(Microsoft.Visu alStudio.Shell.Interop.IVsWindowFrame&)")]
232 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1045:DoNotPassTypesByReference", MessageId = "4#", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#Load(System.String,System.String,Sy stem.String,System.UInt32,System.Guid&,System.Int32&)")]
233 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1045:DoNotPassTypesByReference", MessageId = "1#", Scope = "member", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#SetGuidProperty(System.Int32,Syst em.Guid&)")]
234
235 //Out arguments suppressions
236 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1021:AvoidOutParameters", MessageId = "2#", Scope = "member", Target = "Micros oft.VisualStudio.Project.DocumentManager.#Open(System.Guid&,System.IntPtr,Micros oft.VisualStudio.Shell.Interop.IVsWindowFrame&,Microsoft.VisualStudio.Project.Wi ndowFrameShowAction)")]
237 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1021:AvoidOutParameters", MessageId = "4#", Scope = "member", Target = "Micros oft.VisualStudio.Project.FileDocumentManager.#Open(System.Boolean,System.Boolean ,System.Guid&,System.IntPtr,Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame& ,Microsoft.VisualStudio.Project.WindowFrameShowAction)")]
238 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1021:AvoidOutParameters", MessageId = "3#", Scope = "member", Target = "Micros oft.VisualStudio.Project.HierarchyNode.#DisableCommandOnNodesThatDoNotSupportMul tiSelection(System.Guid,System.UInt32,System.Collections.Generic.IList`1<VisualS tudio.Project.HierarchyNode>,System.Boolean&)")]
239 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1021:AvoidOutParameters", MessageId = "6#", Scope = "member", Target = "Micros oft.VisualStudio.Project.HierarchyNode.#ExecCommandIndependentOfSelection(System .Guid,System.UInt32,System.UInt32,System.IntPtr,System.IntPtr,Microsoft.VisualSt udio.Project.CommandOrigin,System.Boolean&)")]
240 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1021:AvoidOutParameters", MessageId = "7#", Scope = "member", Target = "Micros oft.VisualStudio.Project.HierarchyNode.#ExecCommandThatDependsOnSelectedNodes(Sy stem.Guid,System.UInt32,System.UInt32,System.IntPtr,System.IntPtr,Microsoft.Visu alStudio.Project.CommandOrigin,System.Collections.Generic.IList`1<VisualStudio.P roject.HierarchyNode>,System.Boolean&)")]
241 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1021:AvoidOutParameters", MessageId = "2#", Scope = "member", Target = "Micros oft.VisualStudio.Project.HierarchyNode.#QueryStatusCommandFromOleCommandTarget(S ystem.Guid,System.UInt32,System.Boolean&)")]
242 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1021:AvoidOutParameters", MessageId = "1#", Scope = "member", Target = "Micros oft.VisualStudio.Project.HierarchyNode.#GetGuidProperty(System.Int32,System.Guid &)")]
243 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1021:AvoidOutParameters", MessageId = "5#", Scope = "member", Target = "Micros oft.VisualStudio.Project.DocumentManager.#OpenWithSpecific(System.UInt32,System. Guid&,System.String,System.Guid&,System.IntPtr,Microsoft.VisualStudio.Shell.Inte rop.IVsWindowFrame&,Microsoft.VisualStudio.Project.WindowFrameShowAction)")]
244 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1021:AvoidOutParameters", MessageId = "3#", Scope = "member", Target = "Micros oft.VisualStudio.Project.FileDocumentManager.#Open(System.Boolean,System.Boolean ,System.Guid,Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame&,Microsoft.Visu alStudio.Project.WindowFrameShowAction)")]
245 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1021:AvoidOutParameters", MessageId = "0#", Scope = "member", Target = "Micros oft.VisualStudio.Project.ReferenceNode.#CanAddReference(Microsoft.VisualStudio.P roject.ReferenceNode+CannotAddReferenceErrorMessage&)")]
246 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1021:AvoidOutParameters", MessageId = "5#", Scope = "member", Target = "Micros oft.VisualStudio.Project.ProjectNode.#Load(System.String,System.String,System.St ring,System.UInt32,System.Guid&,System.Int32&)")]
247 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1021:AvoidOutParameters", MessageId = "7#", Scope = "member", Target = "Micros oft.VisualStudio.Project.HierarchyNode.#ExecCommandThatDependsOnSelectedNodes(Sy stem.Guid,System.UInt32,System.UInt32,System.IntPtr,System.IntPtr,Microsoft.Visu alStudio.Project.CommandOrigin,System.Collections.Generic.IList`1<Microsoft.Visu alStudio.Project.HierarchyNode>,System.Boolean&)")]
248 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1021:AvoidOutParameters", MessageId = "3#", Scope = "member", Target = "Micros oft.VisualStudio.Project.HierarchyNode.#DisableCommandOnNodesThatDoNotSupportMul tiSelection(System.Guid,System.UInt32,System.Collections.Generic.IList`1<Microso ft.VisualStudio.Project.HierarchyNode>,System.Boolean&)")]
249
250 //Default constructors for COM suppressions
251 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.AssemblyReferenceNode")]
252 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.BuildableProjectConfig")]
253 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.ComReferenceNode")]
254 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.ConfigProvider")]
255 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.ConnectionPointContainer")]
256 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.DependentFileNode")]
257 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.DependentFileNodeProperties")]
258 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.FileNode")]
259 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.FileNodeProperties")]
260 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.FolderNode")]
261 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.FolderNodeProperties")]
262 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.HierarchyNode")]
263 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.NestedProjectNode")]
264 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.NodeProperties")]
265 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OAAssemblyReference")]
266 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OAComReference")]
267 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OAFileItem")]
268 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OAFolderItem")]
269 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OANavigableProjectItems")]
270 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OANestedProjectItem")]
271 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OANullProperty")]
272 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OAProject")]
273 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OAProjectItems")]
274 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OAProjectReference")]
275 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OAProperties")]
276 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OAProperty")]
277 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OAReferenceFolderItem")]
278 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OAReferenceItem")]
279 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OAReferences")]
280 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OAVSProject")]
281 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OAVSProjectEvents")]
282 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.OutputGroup")]
283 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.ProjectConfig")]
284 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.ProjectConfigProperties")]
285 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.ProjectContainerNode")]
286 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.ProjectNode")]
287 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.ProjectNodeProperties")]
288 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.ProjectPackage")]
289 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.ProjectReferenceNode")]
290 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.ProjectReferencesProperties")]
291 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.ReferenceContainerNode")]
292 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.ReferenceNode")]
293 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.ReferenceNodeProperties")]
294 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.SettingsPage")]
295 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.SingleFileGeneratorNodeProperties")]
296 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1409:ComVisibleTypesShouldBeCreatable", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OAVSProjectItem")]
297
298 //PInvoke suppressions
299 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1414:MarkBooleanPInvokeArgumentsWithMarshalAs", Scope = "member", Ta rget = "Microsoft.VisualStudio.Project.NativeMethods.#DestroyIcon(System.IntPtr) ")]
300 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1414:MarkBooleanPInvokeArgumentsWithMarshalAs", Scope = "member", Ta rget = "Microsoft.VisualStudio.Project.NativeMethods.#GetBinaryType(System.Strin g,System.UInt32&)")]
301 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1414:MarkBooleanPInvokeArgumentsWithMarshalAs", Scope = "member", Ta rget = "Microsoft.VisualStudio.Project.UnsafeNativeMethods.#GlobalUnlock(System. Runtime.InteropServices.HandleRef)")]
302 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1414:MarkBooleanPInvokeArgumentsWithMarshalAs", Scope = "member", Ta rget = "Microsoft.VisualStudio.Project.UnsafeNativeMethods.#GlobalUnLock(System. IntPtr)")]
303 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1414:MarkBooleanPInvokeArgumentsWithMarshalAs", Scope = "member", Ta rget = "Microsoft.VisualStudio.Project.UnsafeNativeMethods.#ImageList_Draw(Syste m.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices. HandleRef,System.Int32,System.Int32,System.Int32)")]
304 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1414:MarkBooleanPInvokeArgumentsWithMarshalAs", Scope = "member", Ta rget = "Microsoft.VisualStudio.Project.UnsafeNativeMethods.#SHGetPathFromIDList( System.IntPtr,System.IntPtr)")]
305 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interopera bility", "CA1414:MarkBooleanPInvokeArgumentsWithMarshalAs", Scope = "member", Ta rget = "Microsoft.VisualStudio.Project.NativeMethods.#IsDialogMessageA(System.In tPtr,Microsoft.VisualStudio.OLE.Interop.MSG&)")]
306 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Portabilit y", "CA1901:PInvokeDeclarationsShouldBePortable", MessageId = "return", Scope = "member", Target = "Microsoft.VisualStudio.Project.UnsafeNativeMethods.#Register ClipboardFormat(System.String)")]
307 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Portabilit y", "CA1901:PInvokeDeclarationsShouldBePortable", MessageId = "return", Scope = "member", Target = "Microsoft.VisualStudio.Project.UnsafeNativeMethods.#GlobalSi ze(System.IntPtr)")]
308 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Portabilit y", "CA1901:PInvokeDeclarationsShouldBePortable", MessageId = "return", Scope = "member", Target = "Microsoft.VisualStudio.Project.UnsafeNativeMethods.#GlobalSi ze(System.Runtime.InteropServices.HandleRef)")]
309
310 //'Flags' naming suppressions
311 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1726:UsePreferredTerms", MessageId = "Flags", Scope = "type", Target = "Micros oft.VisualStudio.Project.ModuleKindFlags")]
312 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1726:UsePreferredTerms", MessageId = "Flags", Scope = "member", Target = "Micr osoft.VisualStudio.Project.NestedProjectNode.#VirtualProjectFlags")]
313 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1726:UsePreferredTerms", MessageId = "Flags", Scope = "member", Target = "Micr osoft.VisualStudio.Project.HierarchyNode.#GetQueryRemoveFileFlags(System.String[ ])")]
314 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1726:UsePreferredTerms", MessageId = "Flags", Scope = "member", Target = "Micr osoft.VisualStudio.Project.HierarchyNode.#GetQueryAddFileFlags(System.String[])" )]
315 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1726:UsePreferredTerms", MessageId = "Flags", Scope = "member", Target = "Micr osoft.VisualStudio.Project.HierarchyNode.#GetAddFileFlags(System.String[])")]
316 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1726:UsePreferredTerms", MessageId = "flags", Scope = "member", Target = "Micr osoft.VisualStudio.Project.Utilities.#CreateCADWORD(System.Collections.Generic.I List`1<Microsoft.VisualStudio.Shell.Interop.tagVsSccFilesFlags>)")]
317 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1726:UsePreferredTerms", MessageId = "flags", Scope = "member", Target = "Micr osoft.VisualStudio.Project.ProjectNode.#Load(System.String,System.String,System. String,System.UInt32,System.Guid&,System.Int32&)")]
318 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1726:UsePreferredTerms", MessageId = "Flags", Scope = "member", Target = "Micr osoft.VisualStudio.Project.ProjectContainerNode.#AddNestedProjectFromTemplate(Sy stem.String,System.String,System.String,Microsoft.VisualStudio.Project.ProjectEl ement,Microsoft.VisualStudio.Shell.Interop.__VSCREATEPROJFLAGS)")]
319 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1726:UsePreferredTerms", MessageId = "Flags", Scope = "member", Target = "Micr osoft.VisualStudio.Project.ProjectContainerNode.#AddNestedProjectFromTemplate(Mi crosoft.VisualStudio.Project.ProjectElement,Microsoft.VisualStudio.Shell.Interop .__VSCREATEPROJFLAGS)")]
320 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1726:UsePreferredTerms", MessageId = "Flags", Scope = "member", Target = "Micr osoft.VisualStudio.Project.ProjectContainerNode.#AddExistingNestedProject(Micros oft.VisualStudio.Project.ProjectElement,Microsoft.VisualStudio.Shell.Interop.__V SCREATEPROJFLAGS)")]
321 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1726:UsePreferredTerms", MessageId = "Flags", Scope = "member", Target = "Micr osoft.VisualStudio.Project.NestedProjectNode.#Init(System.String,System.String,S ystem.String,Microsoft.VisualStudio.Shell.Interop.__VSCREATEPROJFLAGS)")]
322 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1726:UsePreferredTerms", MessageId = "flags", Scope = "member", Target = "Micr osoft.VisualStudio.Project.HierarchyNode.#OnPropertyChanged(Microsoft.VisualStud io.Project.HierarchyNode,System.Int32,System.UInt32)")]
323 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1726:UsePreferredTerms", MessageId = "Flag", Scope = "member", Target = "Micro soft.VisualStudio.Project.HierarchyNode.#IgnoreItemFileChanges(System.Boolean)") ]
324 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1726:UsePreferredTerms", MessageId = "flags", Scope = "member", Target = "Micr osoft.VisualStudio.Project.HierarchyNode.#GetSccSpecialFiles(System.String,Syste m.Collections.Generic.IList`1<System.String>,System.Collections.Generic.IList`1< Microsoft.VisualStudio.Shell.Interop.tagVsSccFilesFlags>)")]
325 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1726:UsePreferredTerms", MessageId = "flags", Scope = "member", Target = "Micr osoft.VisualStudio.Project.HierarchyNode.#GetSccFiles(System.Collections.Generic .IList`1<System.String>,System.Collections.Generic.IList`1<Microsoft.VisualStudi o.Shell.Interop.tagVsSccFilesFlags>)")]
326 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1726:UsePreferredTerms", MessageId = "Flags", Scope = "member", Target = "Micr osoft.VisualStudio.Project.DocumentManager.#OpenWithSpecific(System.UInt32,Syste m.Guid&,System.String,System.Guid&,System.IntPtr,Microsoft.VisualStudio.Shell.In terop.IVsWindowFrame&,Microsoft.VisualStudio.Project.WindowFrameShowAction)")]
327 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1726:UsePreferredTerms", MessageId = "Flag", Scope = "member", Target = "Micro soft.VisualStudio.Project.DocumentManager.#Close(Microsoft.VisualStudio.Shell.In terop.__FRAMECLOSE)")]
328 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", " CA1726:UsePreferredTerms", MessageId = "Flags", Scope = "member", Target = "Micr osoft.VisualStudio.Project.HierarchyNode.#GetRemoveFileFlags(System.String[])")]
329
330 //Properties instead of methods suppressions
331 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "Microsoft.Vis ualStudio.Project.DocumentManager.#GetFullPathForDocument()")]
332 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "Microsoft.Vis ualStudio.Project.DocumentManager.#GetOwnerCaption()")]
333 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "Microsoft.Vis ualStudio.Project.HierarchyNode.#GetAutomationObject()")]
334 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "Microsoft.Vis ualStudio.Project.HierarchyNode.#GetDocumentManager()")]
335 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "Microsoft.Vis ualStudio.Project.HierarchyNode.#GetDragTargetHandlerNode()")]
336 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "Microsoft.Vis ualStudio.Project.HierarchyNode.#GetEditLabel()")]
337 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "Microsoft.Vis ualStudio.Project.HierarchyNode.#GetMkDocument()")]
338 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "Microsoft.Vis ualStudio.Project.HierarchyNode.#GetRelationalName()")]
339 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "Microsoft.Vis ualStudio.Project.HierarchyNode.#GetRelationNameExtension()")]
340 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "Microsoft.Vis ualStudio.Project.IReferenceContainerProvider.#GetReferenceContainer()")]
341 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "Microsoft.Vis ualStudio.Project.Automation.OANavigableProjectItems.#GetListOfProjectItems()")]
342 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "Microsoft.Vis ualStudio.Project.ProjectElement.#GetFullPathForElement()")]
343 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "Microsoft.Vis ualStudio.Project.ProjectNode.#GetCompiler()")]
344 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "Microsoft.Vis ualStudio.Project.ProjectNode.#GetInner()")]
345 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "Microsoft.Vis ualStudio.Project.ProjectNode.#GetOutputGroupNames()")]
346 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "Microsoft.Vis ualStudio.Project.ProjectOptions.#GetOptionHelp()")]
347 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "Microsoft.Vis ualStudio.Project.ProjectNode.#GetSelectedNodes()")]
348
349 //Generic nesting suppressions
350 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.BuildableProjectConfig.#Build(System.UInt32,Microsoft.Visual Studio.Shell.Interop.IVsOutputWindowPane,System.String)")]
351 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1006:DoNotNestGenericTypesInMemberSignatures", Scope = "member", Target = "Mic rosoft.VisualStudio.Project.ProjectNode.#GetOutputGroupNames()")]
352 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1006:DoNotNestGenericTypesInMemberSignatures", Scope = "member", Target = "Mic rosoft.VisualStudio.Project.ConfigProvider.#NewConfigProperties")]
353 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1004:GenericMethodsShouldProvideTypeParameter", Scope = "member", Target = "Mi crosoft.VisualStudio.Project.Utilities.#ConvertFromType`1(System.String,System.G lobalization.CultureInfo)")]
354
355 //Methods that swallows exceptions suppressions
356 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.Web.CodeBehindCodeGenerator.#GetDesignerItem(Microsoft.Visua lStudio.Project.Web.VsHierarchyItem,System.Boolean)")]
357 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.Web.CodeBehindCodeGenerator.#FindClass(Microsoft.VisualStudi o.Project.Web.VsHierarchyItem,System.String)")]
358 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.Web.CodeBehindCodeGenerator.#DisposeGenerateState()")]
359 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.Web.CodeBehindCodeGenerator.#GetFieldNames(EnvDTE.CodeClass, System.Boolean,System.Boolean,System.Int32,System.Int32,Microsoft.VisualStudio.P roject.Web.FieldDataDictionary&)")]
360 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.Web.CodeBehindCodeGenerator.#GetFieldNames(System.String[],S ystem.Boolean)")]
361 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.HierarchyNode.#Close()")]
362 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.NativeMethods+ConnectionPointCookie.#.ctor(System.Object,Sys tem.Object,System.Type,System.Boolean)")]
363 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.NativeMethods+DataStreamFromComStream.#Flush()")]
364 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.Web.VsHierarchyItem.#FullPath()")]
365 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.Web.VsHierarchyItem.#GetGuidPropHelper(Microsoft.VisualStudi o.Shell.Interop.__VSHPROPID)")]
366 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.Web.VsHierarchyItem.#GetPropHelper(System.UInt32,System.Int3 2)")]
367 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.Web.VsHierarchyItem.#GetService`1()")]
368 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.Web.WAUtilities.#CreateInstance`1(System.IServiceProvider,Sy stem.Guid)")]
369 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1031:DoNotCatchGeneralExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.Web.WAUtilities.#GetService`1(System.IServiceProvider)")]
370
371 //Local variables names matching instance variable names suppressions
372 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "dropDataTyp e", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#Past eFromClipboard(Microsoft.VisualStudio.Project.HierarchyNode)")]
373 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "dropDataTyp e", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#Drop (Microsoft.VisualStudio.OLE.Interop.IDataObject,System.UInt32,System.UInt32,Syst em.UInt32&)")]
374 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "dropDataTyp e", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#Proc essSelectionDataObject(Microsoft.VisualStudio.OLE.Interop.IDataObject,Microsoft. VisualStudio.Project.HierarchyNode)")]
375 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "filename", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#Initiali zeForOuter(System.String,System.String,System.String,System.UInt32,System.Guid&, System.IntPtr&,System.Int32&)")]
376 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "filename", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#SaveComp leted(System.String)")]
377 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "isDirty", S cope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#IsDirty(S ystem.Int32&)")]
378 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "isDirty", S cope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#CleanupSe lectionDataObject(System.Boolean,System.Boolean,System.Boolean,System.Boolean)") ]
379 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "isDirty", S cope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#IsFlavorD irty()")]
380 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "isDirty", S cope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#OnBeforeD ropNotify(Microsoft.VisualStudio.OLE.Interop.IDataObject,System.UInt32,System.In t32&)")]
381 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "name", Scop e = "member", Target = "Microsoft.VisualStudio.Project.SettingsPage.#GetTypedCon figProperty(System.String,System.Type)")]
382 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "name", Scop e = "member", Target = "Microsoft.VisualStudio.Project.SettingsPage.#GetTypedPro perty(System.String,System.Type)")]
383 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "name", Scop e = "member", Target = "Microsoft.VisualStudio.Project.SettingsPage.#SetConfigPr operty(System.String,System.String)")]
384 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "options", S cope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#SetTarget Platform(Microsoft.VisualStudio.Project.ProjectOptions)")]
385 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "options", S cope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#GetOutput Assembly(System.String)")]
386 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "options", S cope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#GetProjec tOptions(System.String)")]
387 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "options", S cope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#PrepareBu ild(System.String,System.Boolean)")]
388 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "options", S cope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#SetBuildC onfigurationProperties(System.String)")]
389 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "project", S cope = "member", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#CreateO utputGroup(Microsoft.VisualStudio.Project.ProjectNode,System.Collections.Generic .KeyValuePair`2<System.String,System.String>)")]
390 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "projectName ", Scope = "member", Target = "Microsoft.VisualStudio.Project.NestedProjectNode. #Init(System.String,System.String,System.String,Microsoft.VisualStudio.Shell.Int erop.__VSCREATEPROJFLAGS)")]
391 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "sccAuxPath" , Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#SetScc Location(System.String,System.String,System.String,System.String)")]
392 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "sccAuxPath" , Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#SetScc Settings(System.String,System.String,System.String,System.String)")]
393 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "sccLocalPat h", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#SetS ccLocation(System.String,System.String,System.String,System.String)")]
394 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "sccLocalPat h", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#SetS ccSettings(System.String,System.String,System.String,System.String)")]
395 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "sccProjectN ame", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#Se tSccLocation(System.String,System.String,System.String,System.String)")]
396 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "sccProjectN ame", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#Se tSccSettings(System.String,System.String,System.String,System.String)")]
397 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "sccProvider ", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#SetSc cLocation(System.String,System.String,System.String,System.String)")]
398 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "sccProvider ", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#SetSc cSettings(System.String,System.String,System.String,System.String)")]
399 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "site", Scop e = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#SetSite(Micr osoft.VisualStudio.OLE.Interop.IServiceProvider)")]
400 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "dropDataTyp e", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#Quer yDropEffect(Microsoft.VisualStudio.Project.DropDataType,System.UInt32)")]
401 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "i", Scope = "member", Target = "Microsoft.VisualStudio.Project.EnumSTATDATA.#Microsoft.Visu alStudio.OLE.Interop.IEnumSTATDATA.Skip(System.UInt32)")]
402 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainab ility", "CA1500:VariableNamesShouldNotMatchFieldNames", MessageId = "i", Scope = "member", Target = "Microsoft.VisualStudio.Project.EnumSTATDATA.#Microsoft.Visu alStudio.OLE.Interop.IEnumSTATDATA.Next(System.UInt32,Microsoft.VisualStudio.OLE .Interop.STATDATA[],System.UInt32&)")]
403
404 //COM Exceptions suppressions
405 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1065:DoNotRaiseExceptionsInUnexpectedLocations", Scope = "member", Target = "M icrosoft.VisualStudio.Project.Automation.OAReferenceBase`1.#ExtenderCATID")]
406 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1065:DoNotRaiseExceptionsInUnexpectedLocations", Scope = "member", Target = "M icrosoft.VisualStudio.Project.Automation.OAReferenceBase`1.#Culture")]
407 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1065:DoNotRaiseExceptionsInUnexpectedLocations", Scope = "member", Target = "M icrosoft.VisualStudio.Project.Automation.OAReferenceBase`1.#ExtenderNames")]
408 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1065:DoNotRaiseExceptionsInUnexpectedLocations", Scope = "member", Target = "M icrosoft.VisualStudio.Project.Automation.OAReferenceBase`1.#Identity")]
409 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1065:DoNotRaiseExceptionsInUnexpectedLocations", Scope = "member", Target = "M icrosoft.VisualStudio.Project.Automation.OAReferenceBase`1.#Name")]
410 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1065:DoNotRaiseExceptionsInUnexpectedLocations", Scope = "member", Target = "M icrosoft.VisualStudio.Project.Automation.OAReferenceBase`1.#PublicKeyToken")]
411 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1065:DoNotRaiseExceptionsInUnexpectedLocations", Scope = "member", Target = "M icrosoft.VisualStudio.Project.Automation.OAReferenceBase`1.#Type")]
412 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1065:DoNotRaiseExceptionsInUnexpectedLocations", Scope = "member", Target = "M icrosoft.VisualStudio.Project.Automation.OASolutionFolder`1.#Parent")]
413 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1065:DoNotRaiseExceptionsInUnexpectedLocations", Scope = "member", Target = "M icrosoft.VisualStudio.Project.Automation.OAProjectItem`1.#Collection")]
414 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1065:DoNotRaiseExceptionsInUnexpectedLocations", Scope = "member", Target = "M icrosoft.VisualStudio.Project.Automation.OAProjectItem`1.#IsDirty")]
415 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1065:DoNotRaiseExceptionsInUnexpectedLocations", Scope = "member", Target = "M icrosoft.VisualStudio.Project.Automation.OAReferenceBase`1.#CopyLocal")]
416 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "C A2201:DoNotRaiseReservedExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.DataObject.#Microsoft.VisualStudio.OLE.Interop.IDataObject.G etCanonicalFormatEtc(Microsoft.VisualStudio.OLE.Interop.FORMATETC[],Microsoft.Vi sualStudio.OLE.Interop.FORMATETC[])")]
417 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "C A2201:DoNotRaiseReservedExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.ProjectConfig.#.ctor(Microsoft.VisualStudio.Project.ProjectN ode,System.String)")]
418 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "C A2201:DoNotRaiseReservedExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.ProjectContainerNode.#RunVsTemplateWizard(Microsoft.VisualSt udio.Project.ProjectElement,System.Boolean)")]
419
420 //IEnumerable implementation suppressions
421 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1010:CollectionsShouldImplementGenericInterface", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OAReferences")]
422 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1010:CollectionsShouldImplementGenericInterface", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OAProperties")]
423 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1010:CollectionsShouldImplementGenericInterface", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OANavigableProjectItems")]
424 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1010:CollectionsShouldImplementGenericInterface", Scope = "type", Target = "Mi crosoft.VisualStudio.Project.Automation.OAProjectItems")]
425
426 //Other suppressions
427 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1034:NestedTypesShouldNotBeVisible", Scope = "type", Target = "Microsoft.Visua lStudio.Project.ProjectNode+ImageName")]
428 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performanc e", "CA1804:RemoveUnusedLocals", MessageId = "trailer", Scope = "member", Target = "Microsoft.VisualStudio.Project.HierarchyNode.#GetProperty(System.Int32)")]
429 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performanc e", "CA1804:RemoveUnusedLocals", MessageId = "vspropId", Scope = "member", Targe t = "Microsoft.VisualStudio.Project.HierarchyNode.#GetGuidProperty(System.UInt32 ,System.Int32,System.Guid&)")]
430 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performanc e", "CA1805:DoNotInitializeUnnecessarily", Scope = "member", Target = "Microsoft .VisualStudio.Project.NativeMethods+ConnectionPointCookie.#.ctor(System.Object,S ystem.Object,System.Type,System.Boolean)")]
431 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1033:InterfaceMethodsShouldBeCallableByChildTypes", Scope = "member", Target = "Microsoft.VisualStudio.Project.ConnectionPointContainer.#Microsoft.VisualStudi o.OLE.Interop.IConnectionPointContainer.FindConnectionPoint(System.Guid&,Microso ft.VisualStudio.OLE.Interop.IConnectionPoint&)")]
432 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1033:InterfaceMethodsShouldBeCallableByChildTypes", Scope = "member", Target = "Microsoft.VisualStudio.Project.NodeProperties.#EnvDTE80.IInternalExtenderProvi der.CanExtend(System.String,System.String,System.Object)")]
433 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1033:InterfaceMethodsShouldBeCallableByChildTypes", Scope = "member", Target = "Microsoft.VisualStudio.Project.NodeProperties.#EnvDTE80.IInternalExtenderProvi der.GetExtender(System.String,System.String,System.Object,EnvDTE.IExtenderSite,S ystem.Int32)")]
434 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1033:InterfaceMethodsShouldBeCallableByChildTypes", Scope = "member", Target = "Microsoft.VisualStudio.Project.NodeProperties.#EnvDTE80.IInternalExtenderProvi der.GetExtenderNames(System.String,System.Object)")]
435 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1033:InterfaceMethodsShouldBeCallableByChildTypes", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectConfig.#Microsoft.VisualStudio.Shell.Int erop.IVsProjectFlavorCfg.Close()")]
436 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1033:InterfaceMethodsShouldBeCallableByChildTypes", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#VisualStudio.Project.IProjectEvent sProvider.ProjectEventsProvider")]
437 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1033:InterfaceMethodsShouldBeCallableByChildTypes", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#Microsoft.VisualStudio.Shell.Inter op.IVsBuildPropertyStorage.GetItemAttribute(System.UInt32,System.String,System.S tring&)")]
438 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1033:InterfaceMethodsShouldBeCallableByChildTypes", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#Microsoft.VisualStudio.Shell.Inter op.IVsBuildPropertyStorage.GetPropertyValue(System.String,System.String,System.U Int32,System.String&)")]
439 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1033:InterfaceMethodsShouldBeCallableByChildTypes", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#Microsoft.VisualStudio.Shell.Inter op.IVsBuildPropertyStorage.RemoveProperty(System.String,System.String,System.UIn t32)")]
440 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1033:InterfaceMethodsShouldBeCallableByChildTypes", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#Microsoft.VisualStudio.Shell.Inter op.IVsBuildPropertyStorage.SetItemAttribute(System.UInt32,System.String,System.S tring)")]
441 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1033:InterfaceMethodsShouldBeCallableByChildTypes", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#Microsoft.VisualStudio.Shell.Inter op.IVsBuildPropertyStorage.SetPropertyValue(System.String,System.String,System.U Int32,System.String)")]
442 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1033:InterfaceMethodsShouldBeCallableByChildTypes", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#Microsoft.VisualStudio.Shell.Inter op.IVsProjectFlavorCfgProvider.CreateProjectFlavorCfg(Microsoft.VisualStudio.She ll.Interop.IVsCfg,Microsoft.VisualStudio.Shell.Interop.IVsProjectFlavorCfg&)")]
443 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1033:InterfaceMethodsShouldBeCallableByChildTypes", Scope = "member", Target = "Microsoft.VisualStudio.Project.ConnectionPointContainer.#Microsoft.VisualStudi o.OLE.Interop.IConnectionPointContainer.EnumConnectionPoints(Microsoft.VisualStu dio.OLE.Interop.IEnumConnectionPoints&)")]
444 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1033:InterfaceMethodsShouldBeCallableByChildTypes", Scope = "member", Target = "Microsoft.VisualStudio.Project.ProjectNode.#Microsoft.VisualStudio.Project.IPr ojectEventsProvider.ProjectEventsProvider")]
445 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "C A2201:DoNotRaiseReservedExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.ProjectNode.#GetMsBuildProperty(System.String,System.Boolean )")]
446 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "C A2201:DoNotRaiseReservedExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.ProjectNode.#AddNodeIfTargetExistInStorage(Microsoft.VisualS tudio.Project.HierarchyNode,System.String,System.String)")]
447 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "C A2201:DoNotRaiseReservedExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.ProjectNode.#AddFolderFromOtherProject(System.String,Microso ft.VisualStudio.Project.HierarchyNode)")]
448 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "C A2201:DoNotRaiseReservedExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.ProjectElement.#GetMetadataAndThrow(System.String,System.Exc eption)")]
449 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "C A2201:DoNotRaiseReservedExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.ProjectContainerNode.#GetRegisteredProject(Microsoft.VisualS tudio.Project.ProjectElement)")]
450 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "C A2201:DoNotRaiseReservedExceptionTypes", Scope = "member", Target = "Microsoft.V isualStudio.Project.ProjectConfig.#GetMsBuildProperty(System.String,System.Boole an)")]
451 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", " CA1065:DoNotRaiseExceptionsInUnexpectedLocations", Scope = "member", Target = "M icrosoft.VisualStudio.Project.Automation.OAVSProject.#Imports")]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698