File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
mcs/class/referencesource/System/net/System/Net Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace System.Net.Configuration
16
16
/// See http://www.w3.org/International/questions/qa-escapes#bytheway for more information
17
17
/// on how Unicode characters in the SMP are supposed to be encoded in HTML.
18
18
/// </remarks>
19
- #if ! MOBILE
19
+ #if ! MOBILE || UNITY_AOT
20
20
public
21
21
#endif
22
22
enum UnicodeDecodingConformance
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace System.Net.Configuration
16
16
/// See http://www.w3.org/International/questions/qa-escapes#bytheway for more information
17
17
/// on how Unicode characters in the SMP are supposed to be encoded in HTML.
18
18
/// </remarks>
19
- #if ! MOBILE
19
+ #if ! MOBILE || UNITY_AOT
20
20
public
21
21
#endif
22
22
enum UnicodeEncodingConformance
You can’t perform that action at this time.
0 commit comments