@@ -71,7 +71,7 @@ public PlainClass()
7171 this . NonSerializedPublicReadOnlyField = 8 ;
7272 this . NonSerializedNonPublicField = 9 ;
7373#endif // !NETFX_CORE && !SILVERLIGHT
74- this . _collectionReadOnlyProperty = new List < int > ( ) ;
74+ this . _collectionReadOnlyProperty = new List < int > ( ) ;
7575 }
7676 }
7777
@@ -146,7 +146,7 @@ public AnnotatedClass()
146146 this . NonSerializedPublicReadOnlyField = 8 ;
147147 this . NonSerializedNonPublicField = 9 ;
148148#endif // !NETFX_CORE && !SILVERLIGHT
149- this . _collectionReadOnlyProperty = new List < int > ( ) ;
149+ this . _collectionReadOnlyProperty = new List < int > ( ) ;
150150 this . PublicPropertyPlain = 11 ;
151151 this . PublicFieldPlain = 12 ;
152152 this . _publicReadOnlyPropertyPlain = 13 ;
@@ -233,7 +233,7 @@ public DataMamberClass()
233233 this . NonSerializedPublicReadOnlyField = 8 ;
234234 this . NonSerializedNonPublicField = 9 ;
235235#endif // !NETFX_CORE && !SILVERLIGHT
236- this . _collectionReadOnlyProperty = new List < int > ( ) ;
236+ this . _collectionReadOnlyProperty = new List < int > ( ) ;
237237 this . PublicPropertyPlain = 11 ;
238238 this . PublicFieldPlain = 12 ;
239239 this . _publicReadOnlyPropertyPlain = 13 ;
0 commit comments