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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/System.Reflection/Assembly.cs')
-rw-r--r--mcs/class/corlib/System.Reflection/Assembly.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Reflection/Assembly.cs b/mcs/class/corlib/System.Reflection/Assembly.cs
index 07a74f9fee6..39995323dd8 100644
--- a/mcs/class/corlib/System.Reflection/Assembly.cs
+++ b/mcs/class/corlib/System.Reflection/Assembly.cs
@@ -794,6 +794,7 @@ namespace System.Reflection {
}
#endif
+#if !NET_2_1
// Code Access Security
internal void Resolve ()
@@ -874,5 +875,6 @@ namespace System.Reflection {
}
}
}
+#endif
}
}