- Timestamp:
- Aug 1, 2022, 12:26:44 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/SpaceWizards.HttpListener/src/System/HexConverter.cs
r376 r377 1 1 // Licensed to the .NET Foundation under one or more agreements. 2 2 // The .NET Foundation licenses this file to you under the MIT license. 3 4 // ReSharper disable RedundantCast 3 5 4 6 #nullable disable … … 95 97 } 96 98 99 #if !UNITY_NETFRAMEWORK 97 100 #if ALLOW_PARTIALLY_TRUSTED_CALLERS 98 101 [System.Security.SecuritySafeCriticalAttribute] … … 130 133 #endif 131 134 } 135 #endif 132 136 133 137 [MethodImpl(MethodImplOptions.AggressiveInlining)]
Note:
See TracChangeset
for help on using the changeset viewer.