Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2009-10-19 22:22:25 +0400
committerMarek Safar <marek.safar@gmail.com>2009-10-19 22:22:25 +0400
commit5f22d08e2df4a6270936fddeef08e5b4e5356f06 (patch)
tree1dfe3cdeec8a699b6326048baa947ee63cd6c8e8 /gui-compare/MasterMetadata.cs
parent8b341cb4b200a1f890e2633a1320dad61fb69721 (diff)
2009-10-19 Marek Safar <marek.safar@gmail.com>
* InfoManager.cs, MasterMetadata.cs: Update 4.0 beta 2. svn path=/trunk/mono-tools/; revision=144395
Diffstat (limited to 'gui-compare/MasterMetadata.cs')
-rw-r--r--gui-compare/MasterMetadata.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui-compare/MasterMetadata.cs b/gui-compare/MasterMetadata.cs
index 586201df..5c6727c8 100644
--- a/gui-compare/MasterMetadata.cs
+++ b/gui-compare/MasterMetadata.cs
@@ -151,12 +151,13 @@ namespace GuiCompare {
switch (name) {
case "System.Diagnostics.CodeAnalysis.SuppressMessageAttribute":
case "System.NonSerializedAttribute":
- case "System.Runtime.CompilerServices.CompilerGeneratedAttribute":
+ case "System.Runtime.CompilerServices.CompilerGeneratedAttribute":
case "System.Security.SecuritySafeCriticalAttribute":
case "System.Security.SecurityCriticalAttribute":
case "System.Diagnostics.DebuggerHiddenAttribute":
case "System.Diagnostics.DebuggerStepThroughAttribute":
case "System.Runtime.CompilerServices.InternalsVisibleToAttribute":
+ case "System.Runtime.TargetedPatchingOptOutAttribute":
return true;
}