[bcl] Rename FEATURE_MONO_CAS to MONO_FEATURE_CAS
[mono.git] / mcs / class / referencesource / System / compmod / system / componentmodel / DebugReflectPropertyDescriptor.cs
index e1e0420b28cec01f6646ebc62fddfd7dd8441333..ff916de0f43de55535d985f4cc942c992422a514 100644 (file)
@@ -380,7 +380,7 @@ namespace System.ComponentModel {
                     else {
                         args = new Type[] {receiverType};
                     }
-#if FEATURE_MONO_CAS
+#if MONO_FEATURE_CAS
                     IntSecurity.FullReflection.Assert();
 #endif
                     try {
@@ -456,7 +456,7 @@ namespace System.ComponentModel {
                     else {
                         args = new Type[] {receiverType};
                     }
-#if FEATURE_MONO_CAS
+#if MONO_FEATURE_CAS
                     IntSecurity.FullReflection.Assert();
 #endif
                     try {