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:
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;
}