Search Unity

Totally Blank Unity App fails WACK tests.

Discussion in 'Windows' started by AiRobotMedia, Aug 16, 2018.

  1. AiRobotMedia

    AiRobotMedia

    Joined:
    Jun 13, 2018
    Posts:
    61
    It is impossible to get any Unity / Windows app into the store.

    Unity 2018.2.1f1

    Visual Studio Community 2017 Version 15.8.0.

    The WACK Report.

    Normally you would ask a lot of questions and never provide any solutions. Fix your crap.

    FAILED
    Supported APIs
    • Error Found: The supported APIs test detected the following errors:
      • API ExecuteAssembly in uwphost.dll is not supported for this application type. WinTest2.exe calls this API.
      • API DllGetActivationFactory in uwphost.dll is not supported for this application type. WinTest2.exe has an export that forwards to this API.
    • Impact if not fixed: Using an API that is not part of the Windows SDK for Microsoft Store apps violates the Microsoft Store certification requirements.
    • How to fix: Review the error messages to identify the API that is not part of the Windows SDK for Microsoft Store apps. Please note, apps that are built in a debug configuration or without .NET Native enabled (where applicable) can fail this test as these environments may pull in unsupported APIs. Retest your app in a release configuration, and with .NET Native enabled if applicable. See the link below for more information:
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,674
    This happens when .NET native is not enabled.

    If it is enabled, there could be another thing you're stumbling upon. When you create app package for uploading to the store, .NET native gets used on Microsoft servers (instead of locally), so you'll get this error if you try to run WACK locally. The solution in that case is to submit your package to Microsoft and it will pass.
     
  3. AiRobotMedia

    AiRobotMedia

    Joined:
    Jun 13, 2018
    Posts:
    61
    With Compile with .NET Native tool chain.

    Severity Code Description Project File Line Suppression State
    Error You can't add both "C:\Users\hypod\Documents\Unity Projects\WinTest2\Builds\WinTest2\obj\x64\Master\PackageUploadLayout\Data\boot.config" and "C:\Users\hypod\Documents\Unity Projects\WinTest2\Builds\WinTest2\obj\x64\Master\PackageLayout\Data\boot.config" to the output file as "Data\boot.config". WinTest2 C:\Users\hypod\Documents\Unity Projects\WinTest2\Builds\WinTest2\MakeAppx
    Error 0x8007000b - An attempt was made to load a program with an incorrect format. WinTest2 C:\Users\hypod\Documents\Unity Projects\WinTest2\Builds\WinTest2\MakeAppx
    Error Package creation failed. WinTest2 C:\Users\hypod\Documents\Unity Projects\WinTest2\Builds\WinTest2\MakeAppx
    Error The mapping file can't be parsed. The error occurs at line 212. WinTest2 C:\Users\hypod\Documents\Unity Projects\WinTest2\Builds\WinTest2\MakeAppx
     
  4. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,674
    Can you post contents of the "Output" window in Visual Studio? Errors window doesn't really give enough information to troubleshoot it.

    I assume you're on Visual Studio 15.8? We were unable to reproduce this (tried it this morning on multiple machines). Could you post steps of how you run into this error?
     
  5. AiRobotMedia

    AiRobotMedia

    Joined:
    Jun 13, 2018
    Posts:
    61
    Create a project in Unity named "WinTest3".
    Switch to UWP platform in Build Settings.
    Press Build >> Create folder called Builds >> Create folder called D3D_Default. Built.
    Open project in Visual Studio.
    Wait 6 mins while it loads project.

    Only warning is

    C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Default2\Il2CppOutputProject\Il2CppOutputProject.vcxproj : warning : The build tools for Visual Studio 2015 (v140) cannot be found. Install Visual Studio 2015 (v140) to build using the Visual Studio 2015 (v140) build tools.

    Change build type to x64.
    Build for Local Machine.
    Wait 8 mins while it builds.

    Severity Code Description Project File Line Suppression State
    Error: DEP0700: Registration of the app failed. [0x80073CFB] Another user has already installed an unpackaged version of this app. The current user cannot replace this with a packaged version. The conflicting package is Template3D and it was published by CN=DefaultCompany. WinTest3
    Go back to unity add company name to project settings.
    Press Build >> Create folder called Builds >> Create folder called D3D_Default. Built.

    Open project in Visual Studio.
    Wait 6 mins while it loads project.

    Only warning is

    C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Default2\Il2CppOutputProject\Il2CppOutputProject.vcxproj : warning : The build tools for Visual Studio 2015 (v140) cannot be found. Install Visual Studio 2015 (v140) to build using the Visual Studio 2015 (v140) build tools.

    Change build type to x64.
    Build for Local Machine.
    Wait 8 mins while it builds.

    Severity Code Description Project File Line Suppression State
    Error DEP0700: Registration of the app failed. [0x80073CFB] Another user has already installed an unpackaged version of this app. The current user cannot replace this with a packaged version. The conflicting package is Template3D and it was published by CN=DefaultCompany. WinTest3
    Run the "Associate Your App with the Windows Store" wizard. Associate it with a blank app.

    Build for Local Machine.
    Wait 2 mins while it fails to builds.

    Severity Code Description Project File Line Suppression State
    Error DEP0700: Registration of the app failed. [0x80073CF6] AppxManifest.xml(28,27): error 0x80070002: Cannot install or update package 54075AIRobotMedia.TotallyBlank_3twwd92zc7wx0 because the splash screen image [SplashScreen.png] cannot be located. Verify that the package contains an image that can be used as a splash screen for the application, and that the package manifest points to the correct location in the package where this splash screen image can be found. WinTest3

    I've seen your quick fix for this error, I've tried it and it will allow it to build but it will never be a allowed into the store.

    THIS CONFIGURATION HAS FAILED. COULD NOT BUILD A TOTALLY BLANK UNITY APP WITH D3D and IL2CPP.

    Go back to unity and change project settings to .Net.
    Press Build >> Create folder called Builds >> Create folder called D3D_Net. Built.
    Change build type to x64.
    Build for Local Machine.
    Wait 8 mins while it builds.

    Severity Code Description Project File Line Suppression State
    Error DEP0700: Registration of the app failed. [0x80073CF6] AppxManifest.xml(28,27): error 0x80070002: Cannot install or update package 54075AIRobotMedia.TotallyBlank_3twwd92zc7wx0 because the splash screen image [SplashScreen.png] cannot be located. Verify that the package contains an image that can be used as a splash screen for the application, and that the package manifest points to the correct location in the package where this splash screen image can be found. WinTest3

    Run the "Associate Your App with the Windows Store" wizard. Associate it with a blank app.

    Build for Local Machine.
    Wait 8 mins while it builds.

    Open Package Manifest and add a new icon since the default icon will not get passed wack tests. Save.

    Project >> Store >> Create App Package.
    Generate app bundle: Always
    Change to Master builds just for x64.
    Wait 10 mins while it generates.

    Severity Code Description Project File Line Suppression State
    Error The mapping file can't be parsed. The error occurs at line 210. WinTest3 C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\MakeAppx
    Error 0x8007000b - An attempt was made to load a program with an incorrect format. WinTest3 C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\MakeAppx
    Error You can't add both "C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\obj\x64\Master\PackageUploadLayout\Data\boot.config" and "C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\obj\x64\Master\PackageLayout\Data\boot.config" to the output file as "Data\boot.config". WinTest3 C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\MakeAppx
    Error Package creation failed. WinTest3 C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\MakeAppx

    OUTPUT Window

    1>------ Build started: Project: WinTest3, Configuration: Master x64 ------
    1>C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\App.cs(45,13,45,71): warning CS0618: 'ApplicationView.SuppressSystemOverlays.set' is obsolete: 'Use the TryEnterFullScreen method and IsFullScreenMode property instead of SuppressSystemOverlays. For more info, see MSDN.'
    1> WinTest3 -> C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\bin\x64\Master\WinTest3.exe
    1> UnityWSAPlayerDir "C:\Program Files\Unity\Editor\Data\PlaybackEngines\MetroSupport\".
    1> UnityProjectDir "".
    1> Copying unprocessed assemblies...
    1> Running AssemblyConverter...
    1> AssemblyConverter done.
    1> Modifying AppxPackagePayload
    1> Starting .NET Native compilation
    1> Processing application code
    1>C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\Resources.System.Linq.Expressions.rd.xml(35): warning : ILTransform_0027: Method 'CreateLambda' within 'System.Linq.Expressions.Expression' could not be found.
    1>C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\Resources.System.Linq.Expressions.rd.xml(91): warning : ILTransform_0027: Method 'ParameterIsAssignable' within 'System.Linq.Expressions.Expression' could not be found.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ClothSphereColliderPair.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ClothSphereColliderPair.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ClothSphereColliderPair.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ClothSphereColliderPair.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ClothSkinningCoefficient.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ClothSkinningCoefficient.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ClothSkinningCoefficient.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ClothSkinningCoefficient.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorClipInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorClipInfo.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AnimatorClipInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorClipInfo.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorStateInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorStateInfo.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorStateInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorStateInfo.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorStateInfo.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorStateInfo.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AnimatorStateInfo.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorStateInfo.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AnimatorStateInfo.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorStateInfo.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AnimatorStateInfo.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorStateInfo.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AnimatorStateInfo.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorStateInfo.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorStateInfo.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorStateInfo.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorStateInfo.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorStateInfo.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.AnimatorTransitionInfo.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo.$Set3(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AnimatorTransitionInfo.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AnimatorTransitionInfo.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.AnimatorTransitionInfo.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo.$Set6(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MatchTargetWeightMask.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MatchTargetWeightMask.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MatchTargetWeightMask.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MatchTargetWeightMask.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.SkeletonBone.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SkeletonBone.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.SkeletonBone.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SkeletonBone.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.SkeletonBone.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SkeletonBone.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanLimit.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanLimit.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanLimit.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanLimit.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanLimit.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanLimit.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanLimit.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanLimit.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.HumanLimit.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanLimit.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.HumanDescription.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.HumanDescription.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanDescription.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanDescription.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanDescription.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanDescription.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanDescription.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanDescription.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanDescription.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanDescription.$Get9(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set9(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.HumanDescription.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set10(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.HumanDescription.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set11(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.HumanDescription.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set12(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanPose.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanPose.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanPose.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanPose.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.HumanPose.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanPose.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Animations.ConstraintSource.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Animations.ConstraintSource.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Animations.ConstraintSource.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Animations.ConstraintSource.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Animations.ConstraintSource__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Animations.ConstraintSource__WinRTMarshaled.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AudioConfiguration.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AudioConfiguration.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AudioConfiguration.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AudioConfiguration.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AudioConfiguration.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AudioConfiguration.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AudioConfiguration.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AudioConfiguration.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AudioConfiguration.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AudioConfiguration.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.WebCamDevice.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WebCamDevice.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.CoordinateFramePair.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.CoordinateFramePair.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.CoordinateFramePair.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.CoordinateFramePair.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.PoseData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.PoseData.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.PoseData.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.PoseData.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.ImageData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.ImageData.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.ImageData.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set19(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.ImageData.PlaneInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.PlaneInfo.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.ImageData.PlaneInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.PlaneInfo.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.ImageData.PlaneInfo.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.PlaneInfo.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.Tango.NativePointCloud.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativePointCloud.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.Tango.NativePointCloud.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativePointCloud.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.NativeImage.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.Tango.NativeImage.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.Tango.NativeImage.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.NativeImage.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.NativeImage.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set19(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set20(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get21(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set21(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.MeshReconstructionConfig.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.XR.Tango.MeshReconstructionConfig.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig.$Set1(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.XR.Tango.MeshReconstructionConfig.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig.$Set2(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.XR.Tango.MeshReconstructionConfig.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig.$Set3(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.MeshReconstructionConfig.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.GridIndex.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.GridIndex.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.GridIndex.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.GridIndex.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.GridIndex.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.GridIndex.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.SegmentGenerationRequest.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationRequest.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.SegmentGenerationRequest.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationRequest.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.SegmentGenerationRequest.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationRequest.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.Tango.SegmentGenerationRequest.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationRequest.$Set3(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.Tango.SegmentGenerationRequest.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationRequest.$Set4(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.XR.Tango.SegmentGenerationRequest.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationRequest.$Set5(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.XR.Tango.SegmentGenerationRequest.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationRequest.$Set6(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.XR.Tango.SegmentGenerationRequest.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationRequest.$Set7(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.SegmentGenerationResult.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationResult.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.SegmentGenerationResult.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationResult.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.SegmentGenerationResult.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationResult.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.Tango.SegmentGenerationResult.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationResult.$Set3(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.Tango.SegmentGenerationResult.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationResult.$Set4(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.XR.Tango.SegmentGenerationResult.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationResult.$Set5(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.OffMeshLinkData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.OffMeshLinkData.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.OffMeshLinkData.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.OffMeshLinkData.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.OffMeshLinkData.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.OffMeshLinkData.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.OffMeshLinkData.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.OffMeshLinkData.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.OffMeshLinkData.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.OffMeshLinkData.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.OffMeshLinkData.$Get5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.OffMeshLinkData.$Set5(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshHit.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshHit.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshHit.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshHit.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshHit.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshHit.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshHit.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshHit.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshHit.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshHit.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.AI.NavMeshTriangulation.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshTriangulation.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.AI.NavMeshTriangulation.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshTriangulation.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.AI.NavMeshTriangulation.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshTriangulation.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshDataInstance.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshDataInstance.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshLinkData.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshLinkData.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshLinkData.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshLinkData.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshLinkData.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshLinkData.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshLinkData.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshLinkData.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshLinkData.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshLinkData.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshLinkData.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshLinkData.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshLinkData.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshLinkData.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshLinkInstance.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshLinkInstance.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshQueryFilter.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshQueryFilter.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshQueryFilter.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshQueryFilter.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.AI.NavMeshQueryFilter.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshQueryFilter.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get16(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set16(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildSource.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set17(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildSource.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set18(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildSource.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set19(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildSource.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set20(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildMarkup.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildMarkup.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildMarkup.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildMarkup.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildMarkup.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildMarkup.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildMarkup.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildMarkup.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildSettings.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSettings.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSettings.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSettings.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSettings.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSettings.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSettings.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSettings.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildSettings.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSettings.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildSettings.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set10(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildSettings.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set11(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildSettings.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set12(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Touch.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Touch.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Touch.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Touch.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AccelerationEvent.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AccelerationEvent.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AccelerationEvent.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AccelerationEvent.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AccelerationEvent.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AccelerationEvent.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AccelerationEvent.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AccelerationEvent.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.LocationInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LocationInfo.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.LocationInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LocationInfo.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.LocationInfo.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LocationInfo.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.LocationInfo.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LocationInfo.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.LocationInfo.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LocationInfo.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CustomRenderTextureUpdateZone.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CustomRenderTextureUpdateZone.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CustomRenderTextureUpdateZone.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CustomRenderTextureUpdateZone.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CustomRenderTextureUpdateZone.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CustomRenderTextureUpdateZone.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CustomRenderTextureUpdateZone.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CustomRenderTextureUpdateZone.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.CustomRenderTextureUpdateZone.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CustomRenderTextureUpdateZone.$Set4(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.jvalue.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.jvalue.$Set0(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.jvalue.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.jvalue.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.jvalue.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.jvalue.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.jvalue.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.jvalue.$Set3(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Keyframe.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Keyframe.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Keyframe.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Keyframe.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Keyframe.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Keyframe.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Keyframe.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Keyframe.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Keyframe.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Keyframe.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Keyframe.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Keyframe.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Keyframe.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Keyframe.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.BeforeRenderHelper.OrderBlock.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BeforeRenderHelper.OrderBlock.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.BeforeRenderHelper.OrderBlock.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BeforeRenderHelper.OrderBlock.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Bounds.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Bounds.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Bounds.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Bounds.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Cache.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Cache.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CacheIndex.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CacheIndex.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CacheIndex.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CacheIndex.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Color.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Color.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Color.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Color.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Color.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Color.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Color.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Color.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Color32.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Color32.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BoundingSphere.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoundingSphere.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BoundingSphere.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoundingSphere.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CullingGroupEvent.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CullingGroupEvent.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.DiagnosticSwitch.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.DiagnosticSwitch.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.DiagnosticSwitch.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.DiagnosticSwitch.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ExposedPropertyResolver.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ExposedPropertyResolver.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.GradientColorKey.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.GradientColorKey.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.GradientColorKey.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.GradientColorKey.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.GradientAlphaKey.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.GradientAlphaKey.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.GradientAlphaKey.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.GradientAlphaKey.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderBuffer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderBuffer.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.RenderBuffer.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderBuffer.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.FrameTiming.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.FrameTiming.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.FrameTiming.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.FrameTiming.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Resolution.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Resolution.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Resolution.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Resolution.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Resolution.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Resolution.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.RenderTargetSetup.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTargetSetup.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTargetSetup.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTargetSetup.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTargetSetup.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTargetSetup.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTargetSetup.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTargetSetup.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.RenderTargetSetup.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTargetSetup.$Set4(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.RenderTargetSetup.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTargetSetup.$Set5(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTargetSetup.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTargetSetup.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTargetSetup.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTargetSetup.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Internal_DrawTextureArguments.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Internal_DrawTextureArguments.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Internal_DrawTextureArguments.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Internal_DrawTextureArguments.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Internal_DrawTextureArguments.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Internal_DrawTextureArguments.$Get5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set5(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Internal_DrawTextureArguments.$Get6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set6(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Internal_DrawTextureArguments.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Internal_DrawTextureArguments.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Internal_DrawTextureArguments.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set9(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LightBakingOutput.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LightBakingOutput.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LightBakingOutput.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LightBakingOutput.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.LightBakingOutput.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput.$Set4(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TouchScreenKeyboard_InternalConstructorHelperArguments.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TouchScreenKeyboard_InternalConstructorHelperArguments.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LayerMask.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LayerMask.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.LOD.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LOD.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.LOD.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LOD.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.LOD.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LOD.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.FrustumPlanes.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.FrustumPlanes.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.FrustumPlanes.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.FrustumPlanes.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.FrustumPlanes.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.FrustumPlanes.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.FrustumPlanes.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.FrustumPlanes.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.FrustumPlanes.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.FrustumPlanes.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.FrustumPlanes.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.FrustumPlanes.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Vector3.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector3.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Vector3.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector3.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Vector3.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector3.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Quaternion.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Quaternion.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Quaternion.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Quaternion.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Quaternion.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Quaternion.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Quaternion.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Quaternion.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BoneWeight.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoneWeight.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BoneWeight.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoneWeight.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BoneWeight.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoneWeight.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BoneWeight.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoneWeight.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.BoneWeight.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoneWeight.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.BoneWeight.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoneWeight.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.BoneWeight.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoneWeight.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.BoneWeight.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoneWeight.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CombineInstance.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CombineInstance.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get18(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set18(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get19(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set19(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.SendMouseEvents.HitInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SendMouseEvents.HitInfo.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.SendMouseEvents.HitInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SendMouseEvents.HitInfo.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Plane.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Plane.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Plane.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Plane.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Pose.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Pose.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Pose.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Pose.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PropertyName.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PropertyName.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Random.State.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Random.State.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Random.State.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Random.State.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Random.State.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Random.State.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Random.State.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Random.State.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RangeInt.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RangeInt.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RangeInt.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RangeInt.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Ray.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Ray.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Ray.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Ray.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Ray2D.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Ray2D.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Ray2D.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Ray2D.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rect.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rect.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rect.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rect.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rect.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rect.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rect.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rect.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RectInt.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectInt.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RectInt.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectInt.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RectInt.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectInt.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RectInt.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectInt.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ShaderVariantCollection.ShaderVariant.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ShaderVariantCollection.ShaderVariant.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ShaderVariantCollection.ShaderVariant.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ShaderVariantCollection.ShaderVariant.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ShaderVariantCollection.ShaderVariant.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ShaderVariantCollection.ShaderVariant.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.SortingLayer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SortingLayer.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set9(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set10(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Vector2.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector2.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Vector2.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector2.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Vector2Int.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector2Int.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Vector2Int.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector2Int.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Vector3Int.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector3Int.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Vector3Int.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector3Int.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Vector3Int.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector3Int.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Vector4.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector4.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Vector4.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector4.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Vector4.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector4.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Vector4.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector4.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get19(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set19(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get20(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set20(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set19(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Get5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Set5(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Windows.Speech.SemanticMeaning.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Windows.Speech.SemanticMeaning.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.SceneManagement.Scene.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SceneManagement.Scene.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Playables.FrameData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.FrameData.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Playables.FrameData.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.FrameData.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Playables.FrameData.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.FrameData.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Playables.FrameData.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.FrameData.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Playables.FrameData.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.FrameData.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Playables.PlayableBinding.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.PlayableBinding.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Playables.PlayableBinding.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.PlayableBinding.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Playables.PlayableBinding.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.PlayableBinding.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Playables.PlayableGraph.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.PlayableGraph.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Playables.PlayableHandle.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.PlayableHandle.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Playables.PlayableOutputHandle.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.PlayableOutputHandle.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.WSA.SecondaryTileData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WSA.SecondaryTileData.$Set0(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.WSA.SecondaryTileData.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WSA.SecondaryTileData.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.WSA.SecondaryTileData.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WSA.SecondaryTileData.$Set2(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.WSA.SecondaryTileData.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WSA.SecondaryTileData.$Set3(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.WSA.SecondaryTileData.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WSA.SecondaryTileData.$Set4(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.WSA.SecondaryTileData.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WSA.SecondaryTileData.$Set5(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.WSA.SecondaryTileData.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WSA.SecondaryTileData.$Set6(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteBone.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteBone.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteBone.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteBone.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteBone.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteBone.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.U2D.SpriteBone.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteBone.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.U2D.SpriteChannelInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteChannelInfo.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.U2D.SpriteChannelInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteChannelInfo.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.U2D.SpriteChannelInfo.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteChannelInfo.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.U2D.SpriteChannelInfo.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteChannelInfo.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LinearColor.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LinearColor.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LinearColor.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LinearColor.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Set1(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.PointLight.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.PointLight.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.GlobalIllumination.PointLight.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.PointLight.$Set1(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.PointLight.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.PointLight.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.PointLight.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.PointLight.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.PointLight.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.PointLight.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.PointLight.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.PointLight.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.PointLight.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.PointLight.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set1(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set9(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Set1(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set9(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set10(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.LowLevel.PlayerLoopSystemInternal.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.LowLevel.PlayerLoopSystemInternal.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.LowLevel.PlayerLoopSystemInternal.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.LowLevel.PlayerLoopSystemInternal.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.LowLevel.PlayerLoopSystemInternal.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.LowLevel.PlayerLoopSystemInternal.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Set3(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Set4(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.ShaderPassName.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ShaderPassName.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSettings.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSettings.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawRendererSettings.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSettings.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawRendererSettings.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSettings.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawRendererSettings.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSettings.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawRendererSettings.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSettings.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawRendererSettings.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSettings.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawRendererSettings.<shaderPassNames>e__FixedBuffer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSettings.<shaderPassNames>e__FixedBuffer.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.Rendering.ScriptableRenderContext.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableRenderContext.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.VisibleLight.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set19(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.VisibleLight.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set20(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.VisibleLight.$Get21(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set21(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get16(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set16(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get17(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set17(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set19(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set20(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get21(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set21(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get22(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set22(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.Rendering.CullResults.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CullResults.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.CoreCameraValues.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CoreCameraValues.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.CoreCameraValues.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CoreCameraValues.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.CoreCameraValues.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CoreCameraValues.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set19(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set20(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get21(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set21(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get22(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set22(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get23(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set23(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get24(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set24(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get25(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set25(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get26(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set26(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get27(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set27(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get28(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set28(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get29(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set29(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get30(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set30(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get31(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set31(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get32(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set32(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get33(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set33(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get34(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set34(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get35(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set35(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get36(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set36(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get37(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set37(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get38(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set38(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get39(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set39(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get40(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set40(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get41(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set41(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get42(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set42(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get43(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set43(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get44(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set44(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get45(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set45(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get46(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set46(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get47(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set47(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get48(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set48(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get49(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set49(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get50(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set50(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get51(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set51(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get52(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set52(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get53(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set53(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get54(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set54(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get55(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set55(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get56(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set56(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get57(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set57(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get58(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set58(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get59(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set59(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get60(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set60(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get61(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set61(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get62(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set62(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get63(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set63(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get64(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set64(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get65(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set65(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get66(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set66(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get67(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set67(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get68(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set68(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get69(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set69(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get70(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set70(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get71(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set71(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get72(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set72(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get73(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set73(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get74(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set74(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get75(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set75(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get76(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set76(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get77(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set77(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get78(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set78(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get79(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set79(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get80(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set80(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get81(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set81(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get82(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set82(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get83(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set83(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get84(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set84(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get85(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set85(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get86(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set86(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get87(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set87(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get88(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set88(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get89(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set89(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get90(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set90(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get91(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set91(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get92(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set92(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get93(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set93(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get94(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set94(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get95(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set95(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get96(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set96(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get97(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set97(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get98(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set98(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get99(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set99(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get100(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set100(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get101(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set101(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get102(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set102(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get103(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set103(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get104(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set104(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get105(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set105(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get106(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set106(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get107(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set107(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get108(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set108(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get109(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set109(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get110(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set110(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get111(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set111(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get112(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set112(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get113(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set113(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get114(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set114(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get115(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set115(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get116(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set116(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get117(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set117(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get118(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set118(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get119(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set119(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get120(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set120(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get121(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set121(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get122(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set122(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get123(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set123(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get124(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set124(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get125(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set125(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get126(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set126(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get127(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set127(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get128(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set128(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get129(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set129(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get130(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set130(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get131(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set131(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get132(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set132(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get133(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set133(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get134(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set134(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get135(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set135(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get136(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set136(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get137(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set137(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get138(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set138(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get139(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set139(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get140(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set140(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get141(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set141(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get142(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set142(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get143(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set143(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get144(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set144(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.CameraProperties.$Get145(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set145(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.<_shadowCullPlanes>e__FixedBuffer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.<_shadowCullPlanes>e__FixedBuffer.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.<_cameraCullPlanes>e__FixedBuffer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.<_cameraCullPlanes>e__FixedBuffer.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.<layerCullDistances>e__FixedBuffer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.<layerCullDistances>e__FixedBuffer.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set19(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set20(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get21(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set21(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get22(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set22(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get23(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set23(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get24(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set24(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get25(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set25(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get26(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set26(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get27(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set27(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get28(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set28(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get29(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set29(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get30(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set30(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get31(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set31(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get32(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set32(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get33(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set33(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get34(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set34(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get35(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set35(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get36(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set36(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get37(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set37(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get38(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set38(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get39(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set39(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get40(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set40(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get41(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set41(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get42(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set42(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get43(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set43(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get44(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set44(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get45(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set45(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get46(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set46(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get47(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set47(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get48(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set48(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get49(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set49(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get50(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set50(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get51(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set51(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get52(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set52(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get53(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set53(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get54(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set54(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get55(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set55(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get56(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set56(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get57(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set57(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get58(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set58(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get59(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set59(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.<m_CullingPlanes>e__FixedBuffer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.<m_CullingPlanes>e__FixedBuffer.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.<m_LayerFarCullDistances>e__FixedBuffer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.<m_LayerFarCullDistances>e__FixedBuffer.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get16(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set16(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set17(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set18(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set19(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set20(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get21(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set21(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get22(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set22(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get23(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set23(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get24(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set24(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get25(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set25(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get26(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set26(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get27(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set27(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get28(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set28(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get29(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set29(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get30(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set30(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get31(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set31(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get32(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set32(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get33(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set33(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get34(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set34(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get35(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set35(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get36(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set36(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get37(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set37(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get38(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set38(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get39(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set39(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get40(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set40(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get41(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set41(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get42(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set42(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get43(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set43(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get44(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set44(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get45(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set45(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get46(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set46(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get47(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set47(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get48(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set48(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get49(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set49(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get50(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set50(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.Rendering.DrawShadowsSettings.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawShadowsSettings.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawShadowsSettings.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawShadowsSettings.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawShadowsSettings.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawShadowsSettings.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawShadowsSettings.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawShadowsSettings.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.FilterRenderersSettings.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.FilterRenderersSettings.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.FilterRenderersSettings.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.FilterRenderersSettings.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.FilterRenderersSettings.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.FilterRenderersSettings.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.Rendering.FilterResults.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.FilterResults.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.LODParameters.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.LODParameters.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.LODParameters.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.LODParameters.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.LODParameters.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.LODParameters.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.LODParameters.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.LODParameters.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.LODParameters.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.LODParameters.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.RasterState.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.RasterState.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.RasterState.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.RasterState.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.RasterState.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.RasterState.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.RenderQueueRange.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.RenderQueueRange.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.RenderQueueRange.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.RenderQueueRange.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.RenderStateBlock.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.RenderStateBlock.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.RenderStateBlock.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.RenderStateBlock.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.RenderStateMapping.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.RenderStateMapping.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.ShadowSplitData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ShadowSplitData.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ShadowSplitData.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ShadowSplitData.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ShadowSplitData.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ShadowSplitData.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ShadowSplitData.<_cullingPlanes>e__FixedBuffer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ShadowSplitData.<_cullingPlanes>e__FixedBuffer.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Rendering.AsyncGPUReadbackRequest.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.AsyncGPUReadbackRequest.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.AsyncGPUReadbackRequest.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.AsyncGPUReadbackRequest.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Rendering.GPUFence.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.GPUFence.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.GPUFence.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.GPUFence.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.RenderTargetIdentifier.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetIdentifier.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.RenderTargetIdentifier.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetIdentifier.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.RenderTargetIdentifier.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetIdentifier.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Rendering.RenderTargetIdentifier.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetIdentifier.$Set3(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.RenderTargetIdentifier.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetIdentifier.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.RenderTargetIdentifier.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetIdentifier.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.RenderTargetIdentifier.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetIdentifier.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Rendering.RenderTargetBinding.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetBinding.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Rendering.RenderTargetBinding.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetBinding.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Rendering.RenderTargetBinding.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetBinding.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.RenderTargetBinding.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetBinding.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.RenderTargetBinding.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetBinding.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Rendering.ReflectionProbeBlendInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.ReflectionProbeBlendInfo.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.ReflectionProbeBlendInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.ReflectionProbeBlendInfo.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set19(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set20(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get21(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set21(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get22(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set22(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get23(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set23(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get24(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set24(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get25(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set25(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get26(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set26(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LightBakingOutput__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput__WinRTMarshaled.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LightBakingOutput__WinRTMarshaled.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput__WinRTMarshaled.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LightBakingOutput__WinRTMarshaled.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput__WinRTMarshaled.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LightBakingOutput__WinRTMarshaled.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput__WinRTMarshaled.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LightBakingOutput__WinRTMarshaled.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput__WinRTMarshaled.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.Rendering.CullResults__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CullResults__WinRTMarshaled.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.SocialPlatforms.Range.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SocialPlatforms.Range.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.SocialPlatforms.Range.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SocialPlatforms.Range.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.EventInterests.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.EventInterests.$Set0(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.EventInterests.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.EventInterests.$Set1(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.GUIClip.ParentClipScope.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.GUIClip.ParentClipScope.$Set0(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.GUIUtility.ManualTex2SRGBScope.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.GUIUtility.ManualTex2SRGBScope.$Set0(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BorderParameters.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BorderParameters.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BorderParameters.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BorderParameters.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BorderParameters.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BorderParameters.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BorderParameters.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BorderParameters.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BorderParameters.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BorderParameters.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BorderParameters.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BorderParameters.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BorderParameters.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BorderParameters.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BorderParameters.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BorderParameters.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextureStylePainterParameters.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.TextureStylePainterParameters.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextureStylePainterParameters.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextureStylePainterParameters.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextureStylePainterParameters.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextureStylePainterParameters.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextureStylePainterParameters.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextureStylePainterParameters.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextureStylePainterParameters.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextureStylePainterParameters.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextureStylePainterParameters.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextureStylePainterParameters.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set11(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextureStylePainterParameters.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set12(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextureStylePainterParameters.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set13(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextureStylePainterParameters.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set14(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.TextureStylePainterParameters.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set15(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RectStylePainterParameters.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectStylePainterParameters.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RectStylePainterParameters.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectStylePainterParameters.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RectStylePainterParameters.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectStylePainterParameters.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RectStylePainterParameters.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectStylePainterParameters.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RectStylePainterParameters.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectStylePainterParameters.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RectStylePainterParameters.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectStylePainterParameters.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RectStylePainterParameters.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectStylePainterParameters.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RectStylePainterParameters.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectStylePainterParameters.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RectStylePainterParameters.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectStylePainterParameters.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.TextStylePainterParameters.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextStylePainterParameters.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextStylePainterParameters.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextStylePainterParameters.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextStylePainterParameters.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextStylePainterParameters.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextStylePainterParameters.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextStylePainterParameters.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextStylePainterParameters.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextStylePainterParameters.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.TextStylePainterParameters.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextStylePainterParameters.$Set5(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextStylePainterParameters.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextStylePainterParameters.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.TextStylePainterParameters.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextStylePainterParameters.$Set7(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextStylePainterParameters.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextStylePainterParameters.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.CursorPositionStylePainterParameters.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CursorPositionStylePainterParameters.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CursorPositionStylePainterParameters.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CursorPositionStylePainterParameters.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CursorPositionStylePainterParameters.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CursorPositionStylePainterParameters.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CursorPositionStylePainterParameters.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CursorPositionStylePainterParameters.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CursorPositionStylePainterParameters.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CursorPositionStylePainterParameters.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.CursorPositionStylePainterParameters.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CursorPositionStylePainterParameters.$Set5(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CursorPositionStylePainterParameters.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CursorPositionStylePainterParameters.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngineInternal.Input.NativeInputEvent.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngineInternal.Input.NativeInputEvent.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngineInternal.Input.NativeInputEvent.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngineInternal.Input.NativeInputEvent.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.MainModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MainModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.EmissionModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmissionModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.ShapeModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.ShapeModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.VelocityOverLifetimeModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.VelocityOverLifetimeModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.InheritVelocityModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.InheritVelocityModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.ForceOverLifetimeModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.ForceOverLifetimeModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.ColorOverLifetimeModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.ColorOverLifetimeModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.ColorBySpeedModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.ColorBySpeedModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.SizeOverLifetimeModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.SizeOverLifetimeModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.SizeBySpeedModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.SizeBySpeedModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.RotationOverLifetimeModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.RotationOverLifetimeModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.RotationBySpeedModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.RotationBySpeedModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.ExternalForcesModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.ExternalForcesModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.NoiseModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.NoiseModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.CollisionModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.CollisionModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.TriggerModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.TriggerModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.SubEmittersModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.SubEmittersModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.TextureSheetAnimationModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.TextureSheetAnimationModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.LightsModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.LightsModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.TrailModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.TrailModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.CustomDataModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.CustomDataModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set5(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set6(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set7(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Burst.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Burst.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Burst.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Burst.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Burst.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Burst.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Burst.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Burst.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ParticleSystem.Burst.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Burst.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Burst.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Burst.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ParticleSystem.MinMaxCurve.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxCurve.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.MinMaxCurve.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxCurve.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.MinMaxCurve.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxCurve.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.MinMaxCurve.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxCurve.$Set3(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.MinMaxCurve.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxCurve.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.MinMaxCurve.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxCurve.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ParticleSystem.MinMaxGradient.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxGradient.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.MinMaxGradient.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxGradient.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.MinMaxGradient.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxGradient.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.MinMaxGradient.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxGradient.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.MinMaxGradient.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxGradient.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set0(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set1(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set2(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set3(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set4(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set5(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set6(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set7(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set8(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set9(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleCollisionEvent.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleCollisionEvent.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleCollisionEvent.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleCollisionEvent.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleCollisionEvent.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleCollisionEvent.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ParticleCollisionEvent.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleCollisionEvent.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set9(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 MinMaxCurve__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void MinMaxCurve__WinRTMarshaled.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single MinMaxCurve__WinRTMarshaled.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void MinMaxCurve__WinRTMarshaled.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single MinMaxCurve__WinRTMarshaled.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void MinMaxCurve__WinRTMarshaled.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single MinMaxCurve__WinRTMarshaled.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void MinMaxCurve__WinRTMarshaled.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 MinMaxGradient__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void MinMaxGradient__WinRTMarshaled.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single MinMaxGradient__WinRTMarshaled.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void MinMaxGradient__WinRTMarshaled.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single MinMaxGradient__WinRTMarshaled.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void MinMaxGradient__WinRTMarshaled.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single Burst__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void Burst__WinRTMarshaled.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single Burst__WinRTMarshaled.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void Burst__WinRTMarshaled.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single Burst__WinRTMarshaled.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void Burst__WinRTMarshaled.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single Burst__WinRTMarshaled.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void Burst__WinRTMarshaled.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 Burst__WinRTMarshaled.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void Burst__WinRTMarshaled.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single Burst__WinRTMarshaled.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void Burst__WinRTMarshaled.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ColliderDistance2D.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ColliderDistance2D.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ColliderDistance2D.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ColliderDistance2D.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ColliderDistance2D.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ColliderDistance2D.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ColliderDistance2D.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ColliderDistance2D.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ColliderDistance2D.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ColliderDistance2D.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ContactFilter2D.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set0(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ContactFilter2D.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set1(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ContactFilter2D.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set2(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ContactFilter2D.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set3(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ContactFilter2D.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set4(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ContactFilter2D.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set5(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactFilter2D.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactFilter2D.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactFilter2D.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactFilter2D.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactPoint2D.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactPoint2D.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactPoint2D.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactPoint2D.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactPoint2D.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactPoint2D.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactPoint2D.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactPoint2D.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactPoint2D.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactPoint2D.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set9(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactPoint2D.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set10(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointAngleLimits2D.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointAngleLimits2D.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointAngleLimits2D.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointAngleLimits2D.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointTranslationLimits2D.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointTranslationLimits2D.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointTranslationLimits2D.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointTranslationLimits2D.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointMotor2D.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointMotor2D.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointMotor2D.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointMotor2D.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointSuspension2D.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointSuspension2D.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointSuspension2D.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointSuspension2D.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointSuspension2D.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointSuspension2D.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RaycastHit2D.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit2D.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RaycastHit2D.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit2D.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RaycastHit2D.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit2D.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RaycastHit2D.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit2D.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RaycastHit2D.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit2D.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RaycastHit2D.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit2D.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.PhysicsJobOptions2D.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set0(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.PhysicsJobOptions2D.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set1(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set9(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set10(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set11(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set12(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set13(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set14(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set15(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set16(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set9(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set10(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set11(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set12(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set13(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set14(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set15(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set16(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactFilter2D__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactFilter2D__WinRTMarshaled.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactFilter2D__WinRTMarshaled.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactFilter2D__WinRTMarshaled.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactFilter2D__WinRTMarshaled.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactFilter2D__WinRTMarshaled.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactFilter2D__WinRTMarshaled.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactFilter2D__WinRTMarshaled.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactFilter2D__WinRTMarshaled.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactFilter2D__WinRTMarshaled.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelFrictionCurve.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelFrictionCurve.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelFrictionCurve.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelFrictionCurve.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelFrictionCurve.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelFrictionCurve.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelFrictionCurve.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelFrictionCurve.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelFrictionCurve.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelFrictionCurve.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.SoftJointLimit.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SoftJointLimit.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.SoftJointLimit.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SoftJointLimit.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.SoftJointLimit.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SoftJointLimit.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.SoftJointLimitSpring.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SoftJointLimitSpring.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.SoftJointLimitSpring.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SoftJointLimitSpring.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointDrive.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointDrive.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointDrive.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointDrive.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointDrive.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointDrive.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointMotor.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointMotor.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointMotor.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointMotor.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.JointMotor.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointMotor.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointSpring.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointSpring.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointSpring.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointSpring.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointSpring.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointSpring.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointLimits.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointLimits.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointLimits.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointLimits.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointLimits.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointLimits.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointLimits.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointLimits.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointLimits.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointLimits.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointLimits.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointLimits.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointLimits.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointLimits.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RaycastHit.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RaycastHit.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RaycastHit.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RaycastHit.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RaycastHit.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactPoint.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactPoint.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactPoint.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactPoint.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactPoint.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set16(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set19(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set20(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get21(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set21(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get22(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set22(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get23(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set23(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get24(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set24(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeMetaData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeMetaData.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeMetaData.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeMetaData.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeMetaData.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeMetaData.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.U2D.SpriteShapeMetaData.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeMetaData.$Set3(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.ShapeControlPoint.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.ShapeControlPoint.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.ShapeControlPoint.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.ShapeControlPoint.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.ShapeControlPoint.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.ShapeControlPoint.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.U2D.ShapeControlPoint.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.ShapeControlPoint.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.AngleRangeInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.AngleRangeInfo.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.AngleRangeInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.AngleRangeInfo.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.U2D.AngleRangeInfo.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.AngleRangeInfo.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.StyleSheets.StyleSelectorPart.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.StyleSheets.StyleSelectorPart.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.StyleSheets.StyleValueHandle.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.StyleSheets.StyleValueHandle.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.StyleSheets.StyleValueHandle.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.StyleSheets.StyleValueHandle.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TreeInstance.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TreeInstance.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TreeInstance.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TreeInstance.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TreeInstance.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TreeInstance.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TreeInstance.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TreeInstance.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TreeInstance.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TreeInstance.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TreeInstance.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TreeInstance.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.PatchExtents.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PatchExtents.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.PatchExtents.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PatchExtents.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.TextGenerationSettings.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextGenerationSettings.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextGenerationSettings.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextGenerationSettings.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.TextGenerationSettings.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set4(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextGenerationSettings.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextGenerationSettings.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextGenerationSettings.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.TextGenerationSettings.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set8(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.TextGenerationSettings.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set9(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextGenerationSettings.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set10(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextGenerationSettings.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set11(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.TextGenerationSettings.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set12(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextGenerationSettings.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set13(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextGenerationSettings.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set14(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextGenerationSettings.$Get15(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set15(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextGenerationSettings.$Get16(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set16(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.TextGenerationSettings.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set17(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CharacterInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CharacterInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CharacterInfo.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CharacterInfo.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.CharacterInfo.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo.$Set4(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UICharInfo.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UICharInfo.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UICharInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UICharInfo.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.UILineInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UILineInfo.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.UILineInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UILineInfo.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UILineInfo.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UILineInfo.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UILineInfo.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UILineInfo.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UIVertex.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UIVertex.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UIVertex.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UIVertex.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UIVertex.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UIVertex.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UIVertex.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UIVertex.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UIVertex.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UIVertex.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UIVertex.$Get5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UIVertex.$Set5(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UIVertex.$Get6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UIVertex.$Set6(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CharacterInfo__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo__WinRTMarshaled.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CharacterInfo__WinRTMarshaled.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo__WinRTMarshaled.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CharacterInfo__WinRTMarshaled.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo__WinRTMarshaled.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CharacterInfo__WinRTMarshaled.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo__WinRTMarshaled.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CharacterInfo__WinRTMarshaled.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo__WinRTMarshaled.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Tilemaps.TileData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Tilemaps.TileData.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set18(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Tilemaps.TileData.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set19(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Tilemaps.TileData.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set20(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Tilemaps.TileAnimationData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileAnimationData.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileAnimationData.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileAnimationData.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileAnimationData.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileAnimationData.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Yoga.YogaSize.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Yoga.YogaSize.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Yoga.YogaSize.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Yoga.YogaSize.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Yoga.YogaValue.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Yoga.YogaValue.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Yoga.YogaValue.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Yoga.YogaValue.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.CursorStyle.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.CursorStyle.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.CursorStyle.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.CursorStyle.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.CursorStyle.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.CursorStyle.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.MouseEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.MouseEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.MouseEventArgs.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.MouseEventArgs.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.KeyboardEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.KeyboardEventArgs.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get16(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set16(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get17(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set17(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get18(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set18(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set19(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set20(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get21(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set21(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.Spacing.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.Spacing.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.Spacing.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.Spacing.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.Spacing.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.Spacing.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.Spacing.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.Spacing.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.VisualElementFocusRing.FocusRingRecord.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.VisualElementFocusRing.FocusRingRecord.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.VisualElementFocusRing.FocusRingRecord.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.VisualElementFocusRing.FocusRingRecord.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.VisualTreeAsset.SlotDefinition.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.VisualTreeAsset.SlotDefinition.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.VisualTreeAsset.SlotUsageEntry.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.VisualTreeAsset.SlotUsageEntry.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.CreationContext.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.CreationContext.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.CreationContext.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.CreationContext.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.UIElements.StyleSheets.HierarchyTraversal.MatchResultInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.HierarchyTraversal.MatchResultInfo.$Set0(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.StyleSheets.HierarchyTraversal.MatchResultInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.HierarchyTraversal.MatchResultInfo.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.StyleSheets.HierarchyTraversal.MatchResultInfo.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.HierarchyTraversal.MatchResultInfo.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.StyleSheets.RuleMatcher.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.RuleMatcher.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.StyleSheets.RuleMatcher.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.RuleMatcher.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.StyleSheets.StyleContext.RuleRef.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.StyleContext.RuleRef.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.StyleSheets.StyleContext.RuleRef.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.StyleContext.RuleRef.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.StyleSheets.CustomProperty.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.CustomProperty.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.StyleSheets.CustomProperty.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.CustomProperty.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.StyleSheets.CustomProperty.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.CustomProperty.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.WheelHit.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit.$Set7(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit__WinRTMarshaled.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit__WinRTMarshaled.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit__WinRTMarshaled.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit__WinRTMarshaled.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit__WinRTMarshaled.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit__WinRTMarshaled.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit__WinRTMarshaled.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit__WinRTMarshaled.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit__WinRTMarshaled.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit__WinRTMarshaled.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit__WinRTMarshaled.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit__WinRTMarshaled.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit__WinRTMarshaled.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit__WinRTMarshaled.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.SurfaceId.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.SurfaceId.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.SurfaceData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.SurfaceData.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.WSA.SurfaceData.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.SurfaceData.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.WSA.SurfaceData.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.SurfaceData.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.WSA.SurfaceData.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.SurfaceData.$Set3(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.SurfaceData.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.SurfaceData.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.XR.WSA.SurfaceData.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.SurfaceData.$Set5(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.WebCam.VideoCapture.VideoCaptureResult.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.WebCam.VideoCapture.VideoCaptureResult.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.WebCam.CameraParameters.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.WebCam.CameraParameters.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.WebCam.CameraParameters.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.WebCam.CameraParameters.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.WebCam.CameraParameters.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.WebCam.CameraParameters.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.WebCam.CameraParameters.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.WebCam.CameraParameters.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.WebCam.CameraParameters.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.WebCam.CameraParameters.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.HoldCompletedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.HoldCompletedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.HoldCompletedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.HoldCompletedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.HoldCanceledEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.HoldCanceledEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.HoldCanceledEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.HoldCanceledEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.HoldStartedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.HoldStartedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.HoldStartedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.HoldStartedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.TappedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.TappedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.TappedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.TappedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.TappedEventArgs.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.TappedEventArgs.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationStartedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationStartedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationStartedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationStartedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.GestureErrorEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.GestureErrorEventArgs.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.InteractionSource.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSource.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.InteractionSource.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSource.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.InteractionSource.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSource.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourcePose.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourcePose.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourcePose.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourcePose.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourcePose.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourcePose.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourcePose.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourcePose.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourcePose.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourcePose.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourcePose.$Get5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourcePose.$Set5(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.InteractionSourcePose.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourcePose.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.InteractionSourcePose.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourcePose.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourceProperties.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourceProperties.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourceState.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourceState.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourceState.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourceState.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourceState.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourceState.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourceState.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourceState.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourceState.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourceState.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.InteractionSourceState.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourceState.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.InteractionSourcePressedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourcePressedEventArgs.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.InteractionSourceReleasedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourceReleasedEventArgs.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.XR.FrameReceivedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.FrameReceivedEventArgs.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.XR.PointCloudUpdatedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.PointCloudUpdatedEventArgs.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.BoundedPlane.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.BoundedPlane.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.BoundedPlane.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.BoundedPlane.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.BoundedPlane.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.BoundedPlane.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.BoundedPlane.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.BoundedPlane.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.XR.BoundedPlane.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.BoundedPlane.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.XR.PlaneAddedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.PlaneAddedEventArgs.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.XR.PlaneUpdatedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.PlaneUpdatedEventArgs.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.XR.PlaneRemovedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.PlaneRemovedEventArgs.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.XRRaycastHit.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.XRRaycastHit.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.XRRaycastHit.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.XRRaycastHit.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.XRRaycastHit.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.XRRaycastHit.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.XR.XRRaycastHit.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.XRRaycastHit.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.XR.ReferencePoint.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.ReferencePoint.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.ReferencePoint.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.ReferencePoint.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.ReferencePoint.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.ReferencePoint.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.XR.ReferencePointUpdatedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.ReferencePointUpdatedEventArgs.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.ReferencePointUpdatedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.ReferencePointUpdatedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.ReferencePointUpdatedEventArgs.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.ReferencePointUpdatedEventArgs.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.XR.SessionTrackingStateChangedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.SessionTrackingStateChangedEventArgs.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.XR.SessionTrackingStateChangedEventArgs.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.SessionTrackingStateChangedEventArgs.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.XRNodeState.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.XRNodeState.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.XRNodeState.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.XRNodeState.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.XRNodeState.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.XRNodeState.$Get5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set5(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.XRNodeState.$Get6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set6(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.XRNodeState.$Get7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set7(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.XRNodeState.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1> Computing application closure and generating interop code
    1> Generating serialization code
    1> Compiling interop code
    1> Cleaning up unreferenced code
    1> Generating native code
    1> Generating fixups for native code
    1> WinTest3 -> C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\bin\x64\Master\WinTest3_1.1.0.0_x64_Master.appx
    1>MakeAppx : error : You can't add both "C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\obj\x64\Master\PackageUploadLayout\Data\boot.config" and "C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\obj\x64\Master\PackageLayout\Data\boot.config" to the output file as "Data\boot.config".
    1>MakeAppx : error : The mapping file can't be parsed. The error occurs at line 210.
    1>MakeAppx : error : Package creation failed.
    1>MakeAppx : error : 0x8007000b - An attempt was made to load a program with an incorrect format.
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    ========== Package: 0 succeeded, 1 failed ===========
     
  6. AiRobotMedia

    AiRobotMedia

    Joined:
    Jun 13, 2018
    Posts:
    61
    Create a project in Unity named "WinTest3".
    Switch to UWP platform in Build Settings.
    Press Build >> Create folder called Builds >> Create folder called D3D_Default. Built.
    Open project in Visual Studio.
    Wait 6 mins while it loads project.

    Only warning is

    C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Default2\Il2CppOutputProject\Il2CppOutputProject.vcxproj : warning : The build tools for Visual Studio 2015 (v140) cannot be found. Install Visual Studio 2015 (v140) to build using the Visual Studio 2015 (v140) build tools.

    Change build type to x64.
    Build for Local Machine.
    Wait 8 mins while it builds.

    Severity Code Description Project File Line Suppression State
    Error: DEP0700: Registration of the app failed. [0x80073CFB] Another user has already installed an unpackaged version of this app. The current user cannot replace this with a packaged version. The conflicting package is Template3D and it was published by CN=DefaultCompany. WinTest3
    Go back to unity add company name to project settings.
    Press Build >> Create folder called Builds >> Create folder called D3D_Default. Built.

    Open project in Visual Studio.
    Wait 6 mins while it loads project.

    Only warning is

    C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Default2\Il2CppOutputProject\Il2CppOutputProject.vcxproj : warning : The build tools for Visual Studio 2015 (v140) cannot be found. Install Visual Studio 2015 (v140) to build using the Visual Studio 2015 (v140) build tools.

    Change build type to x64.
    Build for Local Machine.
    Wait 8 mins while it builds.

    Severity Code Description Project File Line Suppression State
    Error DEP0700: Registration of the app failed. [0x80073CFB] Another user has already installed an unpackaged version of this app. The current user cannot replace this with a packaged version. The conflicting package is Template3D and it was published by CN=DefaultCompany. WinTest3
    Run the "Associate Your App with the Windows Store" wizard. Associate it with a blank app.

    Build for Local Machine.
    Wait 2 mins while it fails to builds.

    Severity Code Description Project File Line Suppression State
    Error DEP0700: Registration of the app failed. [0x80073CF6] AppxManifest.xml(28,27): error 0x80070002: Cannot install or update package 54075AIRobotMedia.TotallyBlank_3twwd92zc7wx0 because the splash screen image [SplashScreen.png] cannot be located. Verify that the package contains an image that can be used as a splash screen for the application, and that the package manifest points to the correct location in the package where this splash screen image can be found. WinTest3

    I've seen your quick fix for this error, I've tried it and it will allow it to build but it will never be a allowed into the store.

    THIS CONFIGURATION HAS FAILED. COULD NOT BUILD A TOTALLY BLANK UNITY APP WITH D3D and IL2CPP.

    Go back to unity and change project settings to .Net.
    Press Build >> Create folder called Builds >> Create folder called D3D_Net. Built.
    Change build type to x64.
    Build for Local Machine.
    Wait 8 mins while it builds.

    Severity Code Description Project File Line Suppression State
    Error DEP0700: Registration of the app failed. [0x80073CF6] AppxManifest.xml(28,27): error 0x80070002: Cannot install or update package 54075AIRobotMedia.TotallyBlank_3twwd92zc7wx0 because the splash screen image [SplashScreen.png] cannot be located. Verify that the package contains an image that can be used as a splash screen for the application, and that the package manifest points to the correct location in the package where this splash screen image can be found. WinTest3

    Run the "Associate Your App with the Windows Store" wizard. Associate it with a blank app.

    Build for Local Machine.
    Wait 8 mins while it builds.

    Open Package Manifest and add a new icon since the default icon will not get passed wack tests. Save.

    Project >> Store >> Create App Package.
    Generate app bundle: Always
    Change to Master builds just for x64.
    Wait 10 mins while it generates.

    Severity Code Description Project File Line Suppression State
    Error The mapping file can't be parsed. The error occurs at line 210. WinTest3 C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\MakeAppx
    Error 0x8007000b - An attempt was made to load a program with an incorrect format. WinTest3 C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\MakeAppx
    Error You can't add both "C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\obj\x64\Master\PackageUploadLayout\Data\boot.config" and "C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\obj\x64\Master\PackageLayout\Data\boot.config" to the output file as "Data\boot.config". WinTest3 C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\MakeAppx
    Error Package creation failed. WinTest3 C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\MakeAppx

    OUTPUT Window

    1>------ Build started: Project: WinTest3, Configuration: Master x64 ------
    1>C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\App.cs(45,13,45,71): warning CS0618: 'ApplicationView.SuppressSystemOverlays.set' is obsolete: 'Use the TryEnterFullScreen method and IsFullScreenMode property instead of SuppressSystemOverlays. For more info, see MSDN.'
    1> WinTest3 -> C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\bin\x64\Master\WinTest3.exe
    1> UnityWSAPlayerDir "C:\Program Files\Unity\Editor\Data\PlaybackEngines\MetroSupport\".
    1> UnityProjectDir "".
    1> Copying unprocessed assemblies...
    1> Running AssemblyConverter...
    1> AssemblyConverter done.
    1> Modifying AppxPackagePayload
    1> Starting .NET Native compilation
    1> Processing application code
    1>C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\Resources.System.Linq.Expressions.rd.xml(35): warning : ILTransform_0027: Method 'CreateLambda' within 'System.Linq.Expressions.Expression' could not be found.
    1>C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\Resources.System.Linq.Expressions.rd.xml(91): warning : ILTransform_0027: Method 'ParameterIsAssignable' within 'System.Linq.Expressions.Expression' could not be found.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ClothSphereColliderPair.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ClothSphereColliderPair.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ClothSphereColliderPair.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ClothSphereColliderPair.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ClothSkinningCoefficient.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ClothSkinningCoefficient.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ClothSkinningCoefficient.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ClothSkinningCoefficient.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorClipInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorClipInfo.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AnimatorClipInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorClipInfo.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorStateInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorStateInfo.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorStateInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorStateInfo.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorStateInfo.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorStateInfo.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AnimatorStateInfo.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorStateInfo.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AnimatorStateInfo.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorStateInfo.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AnimatorStateInfo.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorStateInfo.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AnimatorStateInfo.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorStateInfo.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorStateInfo.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorStateInfo.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorStateInfo.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorStateInfo.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.AnimatorTransitionInfo.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo.$Set3(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AnimatorTransitionInfo.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AnimatorTransitionInfo.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.AnimatorTransitionInfo.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo.$Set6(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MatchTargetWeightMask.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MatchTargetWeightMask.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MatchTargetWeightMask.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MatchTargetWeightMask.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.SkeletonBone.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SkeletonBone.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.SkeletonBone.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SkeletonBone.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.SkeletonBone.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SkeletonBone.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanLimit.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanLimit.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanLimit.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanLimit.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanLimit.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanLimit.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanLimit.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanLimit.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.HumanLimit.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanLimit.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.HumanDescription.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.HumanDescription.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanDescription.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanDescription.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanDescription.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanDescription.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanDescription.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanDescription.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanDescription.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanDescription.$Get9(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set9(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.HumanDescription.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set10(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.HumanDescription.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set11(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.HumanDescription.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanDescription.$Set12(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanPose.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanPose.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.HumanPose.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanPose.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.HumanPose.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.HumanPose.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Animations.ConstraintSource.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Animations.ConstraintSource.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Animations.ConstraintSource.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Animations.ConstraintSource.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AnimatorTransitionInfo__WinRTMarshaled.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Animations.ConstraintSource__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Animations.ConstraintSource__WinRTMarshaled.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AudioConfiguration.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AudioConfiguration.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AudioConfiguration.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AudioConfiguration.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AudioConfiguration.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AudioConfiguration.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AudioConfiguration.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AudioConfiguration.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AudioConfiguration.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AudioConfiguration.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.WebCamDevice.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WebCamDevice.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.CoordinateFramePair.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.CoordinateFramePair.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.CoordinateFramePair.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.CoordinateFramePair.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.PoseData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.PoseData.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.PoseData.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.PoseData.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.ImageData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.ImageData.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.ImageData.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.$Set19(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.ImageData.PlaneInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.PlaneInfo.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.ImageData.PlaneInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.PlaneInfo.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.ImageData.PlaneInfo.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.PlaneInfo.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.ImageData.CameraMetadata.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.ImageData.CameraMetadata.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.Tango.NativePointCloud.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativePointCloud.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.Tango.NativePointCloud.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativePointCloud.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.NativeImage.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.Tango.NativeImage.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.Tango.NativeImage.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.NativeImage.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.NativeImage.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set19(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set20(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.Tango.NativeImage.$Get21(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.NativeImage.$Set21(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.MeshReconstructionConfig.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.XR.Tango.MeshReconstructionConfig.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig.$Set1(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.XR.Tango.MeshReconstructionConfig.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig.$Set2(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.XR.Tango.MeshReconstructionConfig.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig.$Set3(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.MeshReconstructionConfig.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.GridIndex.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.GridIndex.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.GridIndex.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.GridIndex.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.GridIndex.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.GridIndex.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.SegmentGenerationRequest.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationRequest.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.SegmentGenerationRequest.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationRequest.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.SegmentGenerationRequest.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationRequest.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.Tango.SegmentGenerationRequest.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationRequest.$Set3(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.Tango.SegmentGenerationRequest.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationRequest.$Set4(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.XR.Tango.SegmentGenerationRequest.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationRequest.$Set5(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.XR.Tango.SegmentGenerationRequest.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationRequest.$Set6(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.XR.Tango.SegmentGenerationRequest.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationRequest.$Set7(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.SegmentGenerationResult.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationResult.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.SegmentGenerationResult.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationResult.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.SegmentGenerationResult.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationResult.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.Tango.SegmentGenerationResult.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationResult.$Set3(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.Tango.SegmentGenerationResult.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationResult.$Set4(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.XR.Tango.SegmentGenerationResult.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.SegmentGenerationResult.$Set5(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.Tango.MeshReconstructionConfig__WinRTMarshaled.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.OffMeshLinkData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.OffMeshLinkData.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.OffMeshLinkData.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.OffMeshLinkData.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.OffMeshLinkData.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.OffMeshLinkData.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.OffMeshLinkData.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.OffMeshLinkData.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.OffMeshLinkData.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.OffMeshLinkData.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.OffMeshLinkData.$Get5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.OffMeshLinkData.$Set5(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshHit.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshHit.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshHit.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshHit.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshHit.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshHit.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshHit.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshHit.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshHit.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshHit.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.AI.NavMeshTriangulation.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshTriangulation.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.AI.NavMeshTriangulation.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshTriangulation.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.AI.NavMeshTriangulation.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshTriangulation.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshDataInstance.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshDataInstance.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshLinkData.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshLinkData.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshLinkData.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshLinkData.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshLinkData.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshLinkData.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshLinkData.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshLinkData.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshLinkData.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshLinkData.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshLinkData.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshLinkData.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshLinkData.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshLinkData.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshLinkInstance.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshLinkInstance.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshQueryFilter.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshQueryFilter.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshQueryFilter.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshQueryFilter.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.AI.NavMeshQueryFilter.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshQueryFilter.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSource.$Get16(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set16(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildSource.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set17(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildSource.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set18(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildSource.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set19(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildSource.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSource.$Set20(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildMarkup.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildMarkup.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildMarkup.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildMarkup.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildMarkup.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildMarkup.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildMarkup.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildMarkup.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildSettings.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSettings.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSettings.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSettings.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSettings.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSettings.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSettings.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSettings.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildSettings.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AI.NavMeshBuildSettings.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildSettings.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set10(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildSettings.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set11(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.AI.NavMeshBuildSettings.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AI.NavMeshBuildSettings.$Set12(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Touch.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Touch.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Touch.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Touch.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Touch.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Touch.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AccelerationEvent.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AccelerationEvent.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AccelerationEvent.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AccelerationEvent.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AccelerationEvent.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AccelerationEvent.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.AccelerationEvent.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.AccelerationEvent.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.LocationInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LocationInfo.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.LocationInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LocationInfo.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.LocationInfo.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LocationInfo.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.LocationInfo.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LocationInfo.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.LocationInfo.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LocationInfo.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CustomRenderTextureUpdateZone.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CustomRenderTextureUpdateZone.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CustomRenderTextureUpdateZone.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CustomRenderTextureUpdateZone.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CustomRenderTextureUpdateZone.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CustomRenderTextureUpdateZone.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CustomRenderTextureUpdateZone.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CustomRenderTextureUpdateZone.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.CustomRenderTextureUpdateZone.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CustomRenderTextureUpdateZone.$Set4(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.jvalue.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.jvalue.$Set0(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.jvalue.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.jvalue.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.jvalue.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.jvalue.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.jvalue.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.jvalue.$Set3(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Keyframe.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Keyframe.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Keyframe.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Keyframe.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Keyframe.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Keyframe.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Keyframe.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Keyframe.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Keyframe.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Keyframe.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Keyframe.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Keyframe.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Keyframe.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Keyframe.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.BeforeRenderHelper.OrderBlock.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BeforeRenderHelper.OrderBlock.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.BeforeRenderHelper.OrderBlock.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BeforeRenderHelper.OrderBlock.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Bounds.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Bounds.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Bounds.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Bounds.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Cache.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Cache.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CacheIndex.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CacheIndex.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CacheIndex.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CacheIndex.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Color.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Color.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Color.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Color.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Color.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Color.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Color.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Color.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Color32.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Color32.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BoundingSphere.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoundingSphere.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BoundingSphere.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoundingSphere.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CullingGroupEvent.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CullingGroupEvent.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.DiagnosticSwitch.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.DiagnosticSwitch.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.DiagnosticSwitch.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.DiagnosticSwitch.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ExposedPropertyResolver.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ExposedPropertyResolver.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.GradientColorKey.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.GradientColorKey.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.GradientColorKey.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.GradientColorKey.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.GradientAlphaKey.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.GradientAlphaKey.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.GradientAlphaKey.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.GradientAlphaKey.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderBuffer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderBuffer.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.RenderBuffer.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderBuffer.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.FrameTiming.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.FrameTiming.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.FrameTiming.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.FrameTiming.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Resolution.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Resolution.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Resolution.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Resolution.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Resolution.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Resolution.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.RenderTargetSetup.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTargetSetup.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTargetSetup.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTargetSetup.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTargetSetup.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTargetSetup.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTargetSetup.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTargetSetup.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.RenderTargetSetup.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTargetSetup.$Set4(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.RenderTargetSetup.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTargetSetup.$Set5(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTargetSetup.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTargetSetup.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTargetSetup.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTargetSetup.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Internal_DrawTextureArguments.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Internal_DrawTextureArguments.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Internal_DrawTextureArguments.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Internal_DrawTextureArguments.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Internal_DrawTextureArguments.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Internal_DrawTextureArguments.$Get5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set5(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Internal_DrawTextureArguments.$Get6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set6(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Internal_DrawTextureArguments.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Internal_DrawTextureArguments.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Internal_DrawTextureArguments.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Internal_DrawTextureArguments.$Set9(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LightBakingOutput.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LightBakingOutput.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LightBakingOutput.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LightBakingOutput.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.LightBakingOutput.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput.$Set4(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TouchScreenKeyboard_InternalConstructorHelperArguments.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TouchScreenKeyboard_InternalConstructorHelperArguments.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LayerMask.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LayerMask.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.LOD.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LOD.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.LOD.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LOD.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.LOD.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LOD.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.FrustumPlanes.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.FrustumPlanes.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.FrustumPlanes.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.FrustumPlanes.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.FrustumPlanes.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.FrustumPlanes.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.FrustumPlanes.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.FrustumPlanes.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.FrustumPlanes.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.FrustumPlanes.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.FrustumPlanes.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.FrustumPlanes.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Matrix4x4.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Matrix4x4.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Vector3.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector3.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Vector3.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector3.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Vector3.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector3.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Quaternion.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Quaternion.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Quaternion.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Quaternion.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Quaternion.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Quaternion.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Quaternion.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Quaternion.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BoneWeight.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoneWeight.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BoneWeight.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoneWeight.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BoneWeight.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoneWeight.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BoneWeight.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoneWeight.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.BoneWeight.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoneWeight.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.BoneWeight.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoneWeight.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.BoneWeight.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoneWeight.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.BoneWeight.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BoneWeight.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CombineInstance.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CombineInstance.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get18(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set18(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CombineInstance.$Get19(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CombineInstance.$Set19(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.SendMouseEvents.HitInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SendMouseEvents.HitInfo.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.SendMouseEvents.HitInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SendMouseEvents.HitInfo.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Plane.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Plane.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Plane.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Plane.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Pose.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Pose.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Pose.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Pose.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PropertyName.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PropertyName.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Random.State.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Random.State.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Random.State.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Random.State.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Random.State.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Random.State.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Random.State.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Random.State.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RangeInt.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RangeInt.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RangeInt.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RangeInt.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Ray.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Ray.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Ray.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Ray.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Ray2D.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Ray2D.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Ray2D.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Ray2D.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rect.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rect.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rect.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rect.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rect.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rect.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rect.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rect.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RectInt.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectInt.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RectInt.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectInt.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RectInt.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectInt.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RectInt.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectInt.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ShaderVariantCollection.ShaderVariant.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ShaderVariantCollection.ShaderVariant.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ShaderVariantCollection.ShaderVariant.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ShaderVariantCollection.ShaderVariant.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ShaderVariantCollection.ShaderVariant.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ShaderVariantCollection.ShaderVariant.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.SortingLayer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SortingLayer.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set9(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RenderTextureDescriptor.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RenderTextureDescriptor.$Set10(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Vector2.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector2.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Vector2.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector2.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Vector2Int.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector2Int.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Vector2Int.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector2Int.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Vector3Int.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector3Int.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Vector3Int.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector3Int.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Vector3Int.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector3Int.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Vector4.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector4.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Vector4.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector4.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Vector4.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector4.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Vector4.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Vector4.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get19(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set19(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Get20(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshInstance.$Set20(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.SubMeshInstance.$Set19(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Get5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.MeshSubsetCombineUtility.MeshContainer.$Set5(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Windows.Speech.SemanticMeaning.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Windows.Speech.SemanticMeaning.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.SceneManagement.Scene.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SceneManagement.Scene.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Playables.FrameData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.FrameData.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Playables.FrameData.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.FrameData.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Playables.FrameData.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.FrameData.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Playables.FrameData.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.FrameData.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Playables.FrameData.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.FrameData.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Playables.PlayableBinding.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.PlayableBinding.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Playables.PlayableBinding.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.PlayableBinding.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Playables.PlayableBinding.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.PlayableBinding.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Playables.PlayableGraph.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.PlayableGraph.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Playables.PlayableHandle.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.PlayableHandle.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Playables.PlayableOutputHandle.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Playables.PlayableOutputHandle.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.WSA.SecondaryTileData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WSA.SecondaryTileData.$Set0(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.WSA.SecondaryTileData.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WSA.SecondaryTileData.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.WSA.SecondaryTileData.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WSA.SecondaryTileData.$Set2(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.WSA.SecondaryTileData.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WSA.SecondaryTileData.$Set3(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.WSA.SecondaryTileData.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WSA.SecondaryTileData.$Set4(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.WSA.SecondaryTileData.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WSA.SecondaryTileData.$Set5(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.WSA.SecondaryTileData.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WSA.SecondaryTileData.$Set6(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteBone.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteBone.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteBone.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteBone.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteBone.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteBone.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.U2D.SpriteBone.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteBone.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.U2D.SpriteChannelInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteChannelInfo.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.U2D.SpriteChannelInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteChannelInfo.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.U2D.SpriteChannelInfo.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteChannelInfo.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.U2D.SpriteChannelInfo.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteChannelInfo.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LinearColor.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LinearColor.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LinearColor.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LinearColor.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Set1(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.DirectionalLight.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.PointLight.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.PointLight.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.GlobalIllumination.PointLight.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.PointLight.$Set1(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.PointLight.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.PointLight.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.PointLight.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.PointLight.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.PointLight.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.PointLight.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.PointLight.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.PointLight.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.PointLight.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.PointLight.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set1(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.SpotLight.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.SpotLight.$Set9(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Set1(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.RectangleLight.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set9(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI.$Set10(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.LowLevel.PlayerLoopSystemInternal.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.LowLevel.PlayerLoopSystemInternal.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.LowLevel.PlayerLoopSystemInternal.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.LowLevel.PlayerLoopSystemInternal.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.LowLevel.PlayerLoopSystemInternal.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.LowLevel.PlayerLoopSystemInternal.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Set3(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.LowLevel.PlayerLoopSystem.$Set4(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.ShaderPassName.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ShaderPassName.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSettings.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSettings.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawRendererSettings.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSettings.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawRendererSettings.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSettings.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawRendererSettings.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSettings.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawRendererSettings.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSettings.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawRendererSettings.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSettings.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawRendererSettings.<shaderPassNames>e__FixedBuffer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSettings.<shaderPassNames>e__FixedBuffer.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.Rendering.ScriptableRenderContext.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableRenderContext.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.VisibleLight.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleLight.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set19(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.VisibleLight.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set20(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.VisibleLight.$Get21(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleLight.$Set21(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get16(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set16(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get17(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set17(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set19(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set20(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get21(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set21(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Get22(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.VisibleReflectionProbe.$Set22(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.Rendering.CullResults.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CullResults.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.CoreCameraValues.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CoreCameraValues.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.CoreCameraValues.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CoreCameraValues.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.CoreCameraValues.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CoreCameraValues.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set19(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set20(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get21(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set21(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get22(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set22(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get23(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set23(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get24(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set24(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get25(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set25(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get26(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set26(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get27(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set27(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get28(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set28(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get29(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set29(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get30(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set30(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get31(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set31(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get32(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set32(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get33(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set33(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get34(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set34(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get35(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set35(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get36(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set36(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get37(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set37(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get38(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set38(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get39(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set39(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get40(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set40(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get41(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set41(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get42(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set42(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get43(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set43(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get44(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set44(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get45(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set45(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get46(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set46(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get47(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set47(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get48(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set48(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get49(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set49(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get50(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set50(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get51(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set51(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get52(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set52(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get53(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set53(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get54(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set54(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get55(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set55(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get56(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set56(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get57(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set57(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get58(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set58(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get59(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set59(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get60(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set60(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get61(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set61(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get62(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set62(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get63(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set63(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get64(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set64(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get65(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set65(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get66(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set66(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get67(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set67(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get68(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set68(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get69(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set69(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get70(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set70(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get71(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set71(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get72(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set72(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get73(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set73(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get74(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set74(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get75(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set75(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get76(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set76(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get77(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set77(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get78(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set78(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get79(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set79(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get80(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set80(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get81(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set81(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get82(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set82(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get83(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set83(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get84(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set84(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get85(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set85(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get86(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set86(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get87(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set87(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get88(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set88(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get89(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set89(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get90(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set90(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get91(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set91(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get92(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set92(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get93(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set93(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get94(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set94(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get95(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set95(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get96(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set96(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get97(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set97(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get98(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set98(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get99(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set99(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get100(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set100(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get101(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set101(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get102(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set102(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get103(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set103(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get104(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set104(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get105(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set105(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get106(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set106(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get107(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set107(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get108(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set108(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get109(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set109(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get110(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set110(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get111(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set111(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get112(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set112(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get113(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set113(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get114(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set114(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get115(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set115(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get116(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set116(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get117(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set117(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get118(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set118(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get119(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set119(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get120(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set120(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get121(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set121(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get122(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set122(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get123(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set123(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get124(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set124(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get125(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set125(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get126(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set126(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get127(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set127(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get128(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set128(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get129(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set129(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get130(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set130(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get131(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set131(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get132(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set132(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get133(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set133(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get134(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set134(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get135(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set135(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get136(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set136(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get137(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set137(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get138(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set138(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get139(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set139(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get140(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set140(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get141(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set141(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get142(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set142(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get143(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set143(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.$Get144(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set144(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.CameraProperties.$Get145(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.$Set145(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.<_shadowCullPlanes>e__FixedBuffer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.<_shadowCullPlanes>e__FixedBuffer.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.<_cameraCullPlanes>e__FixedBuffer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.<_cameraCullPlanes>e__FixedBuffer.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.CameraProperties.<layerCullDistances>e__FixedBuffer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CameraProperties.<layerCullDistances>e__FixedBuffer.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set19(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set20(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get21(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set21(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get22(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set22(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get23(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set23(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get24(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set24(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get25(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set25(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get26(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set26(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get27(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set27(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get28(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set28(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get29(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set29(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get30(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set30(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get31(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set31(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get32(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set32(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get33(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set33(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get34(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set34(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get35(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set35(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get36(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set36(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get37(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set37(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get38(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set38(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get39(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set39(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get40(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set40(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get41(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set41(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get42(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set42(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get43(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set43(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get44(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set44(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get45(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set45(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get46(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set46(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get47(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set47(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get48(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set48(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get49(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set49(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get50(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set50(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get51(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set51(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get52(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set52(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get53(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set53(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get54(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set54(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get55(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set55(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get56(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set56(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get57(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set57(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get58(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set58(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Get59(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.$Set59(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.<m_CullingPlanes>e__FixedBuffer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.<m_CullingPlanes>e__FixedBuffer.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ScriptableCullingParameters.<m_LayerFarCullDistances>e__FixedBuffer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ScriptableCullingParameters.<m_LayerFarCullDistances>e__FixedBuffer.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get16(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set16(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set17(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set18(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set19(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set20(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get21(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set21(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get22(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set22(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get23(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set23(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get24(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set24(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get25(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set25(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get26(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set26(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get27(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set27(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get28(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set28(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get29(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set29(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get30(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set30(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get31(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set31(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get32(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set32(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get33(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set33(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get34(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set34(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get35(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set35(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get36(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set36(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get37(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set37(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get38(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set38(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get39(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set39(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get40(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set40(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get41(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set41(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get42(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set42(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get43(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set43(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get44(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set44(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get45(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set45(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get46(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set46(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get47(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set47(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get48(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set48(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get49(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set49(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Get50(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawRendererSortSettings.$Set50(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.Rendering.DrawShadowsSettings.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawShadowsSettings.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawShadowsSettings.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawShadowsSettings.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.DrawShadowsSettings.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawShadowsSettings.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.DrawShadowsSettings.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.DrawShadowsSettings.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.FilterRenderersSettings.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.FilterRenderersSettings.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.FilterRenderersSettings.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.FilterRenderersSettings.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.FilterRenderersSettings.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.FilterRenderersSettings.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.Rendering.FilterResults.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.FilterResults.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.LODParameters.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.LODParameters.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.LODParameters.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.LODParameters.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.LODParameters.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.LODParameters.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.LODParameters.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.LODParameters.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.LODParameters.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.LODParameters.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.RasterState.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.RasterState.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.RasterState.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.RasterState.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.RasterState.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.RasterState.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.RenderQueueRange.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.RenderQueueRange.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.RenderQueueRange.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.RenderQueueRange.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.RenderStateBlock.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.RenderStateBlock.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.RenderStateBlock.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.RenderStateBlock.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.RenderStateMapping.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.RenderStateMapping.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.Rendering.ShadowSplitData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ShadowSplitData.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ShadowSplitData.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ShadowSplitData.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ShadowSplitData.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ShadowSplitData.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.Rendering.ShadowSplitData.<_cullingPlanes>e__FixedBuffer.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.ShadowSplitData.<_cullingPlanes>e__FixedBuffer.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Rendering.AsyncGPUReadbackRequest.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.AsyncGPUReadbackRequest.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.AsyncGPUReadbackRequest.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.AsyncGPUReadbackRequest.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Rendering.GPUFence.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.GPUFence.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.GPUFence.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.GPUFence.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.RenderTargetIdentifier.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetIdentifier.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.RenderTargetIdentifier.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetIdentifier.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.RenderTargetIdentifier.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetIdentifier.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Rendering.RenderTargetIdentifier.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetIdentifier.$Set3(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.RenderTargetIdentifier.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetIdentifier.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.RenderTargetIdentifier.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetIdentifier.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.RenderTargetIdentifier.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetIdentifier.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Rendering.RenderTargetBinding.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetBinding.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Rendering.RenderTargetBinding.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetBinding.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Rendering.RenderTargetBinding.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetBinding.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.RenderTargetBinding.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetBinding.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Rendering.RenderTargetBinding.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.RenderTargetBinding.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Rendering.ReflectionProbeBlendInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.ReflectionProbeBlendInfo.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.ReflectionProbeBlendInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.ReflectionProbeBlendInfo.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set19(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set20(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get21(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set21(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get22(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set22(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get23(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set23(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get24(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set24(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get25(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set25(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Rendering.SphericalHarmonicsL2.$Get26(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Rendering.SphericalHarmonicsL2.$Set26(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LightBakingOutput__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput__WinRTMarshaled.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LightBakingOutput__WinRTMarshaled.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput__WinRTMarshaled.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LightBakingOutput__WinRTMarshaled.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput__WinRTMarshaled.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LightBakingOutput__WinRTMarshaled.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput__WinRTMarshaled.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.LightBakingOutput__WinRTMarshaled.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.LightBakingOutput__WinRTMarshaled.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.Rendering.CullResults__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.Rendering.CullResults__WinRTMarshaled.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.SocialPlatforms.Range.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SocialPlatforms.Range.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.SocialPlatforms.Range.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SocialPlatforms.Range.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.EventInterests.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.EventInterests.$Set0(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.EventInterests.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.EventInterests.$Set1(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.GUIClip.ParentClipScope.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.GUIClip.ParentClipScope.$Set0(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.GUIUtility.ManualTex2SRGBScope.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.GUIUtility.ManualTex2SRGBScope.$Set0(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BorderParameters.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BorderParameters.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BorderParameters.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BorderParameters.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BorderParameters.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BorderParameters.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BorderParameters.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BorderParameters.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BorderParameters.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BorderParameters.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BorderParameters.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BorderParameters.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BorderParameters.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BorderParameters.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.BorderParameters.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.BorderParameters.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextureStylePainterParameters.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.TextureStylePainterParameters.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextureStylePainterParameters.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextureStylePainterParameters.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextureStylePainterParameters.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextureStylePainterParameters.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextureStylePainterParameters.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextureStylePainterParameters.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextureStylePainterParameters.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextureStylePainterParameters.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextureStylePainterParameters.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextureStylePainterParameters.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set11(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextureStylePainterParameters.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set12(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextureStylePainterParameters.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set13(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextureStylePainterParameters.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set14(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.TextureStylePainterParameters.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextureStylePainterParameters.$Set15(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RectStylePainterParameters.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectStylePainterParameters.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RectStylePainterParameters.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectStylePainterParameters.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RectStylePainterParameters.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectStylePainterParameters.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RectStylePainterParameters.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectStylePainterParameters.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RectStylePainterParameters.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectStylePainterParameters.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RectStylePainterParameters.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectStylePainterParameters.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RectStylePainterParameters.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectStylePainterParameters.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RectStylePainterParameters.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectStylePainterParameters.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RectStylePainterParameters.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RectStylePainterParameters.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.TextStylePainterParameters.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextStylePainterParameters.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextStylePainterParameters.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextStylePainterParameters.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextStylePainterParameters.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextStylePainterParameters.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextStylePainterParameters.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextStylePainterParameters.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextStylePainterParameters.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextStylePainterParameters.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.TextStylePainterParameters.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextStylePainterParameters.$Set5(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextStylePainterParameters.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextStylePainterParameters.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.TextStylePainterParameters.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextStylePainterParameters.$Set7(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextStylePainterParameters.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextStylePainterParameters.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.CursorPositionStylePainterParameters.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CursorPositionStylePainterParameters.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CursorPositionStylePainterParameters.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CursorPositionStylePainterParameters.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CursorPositionStylePainterParameters.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CursorPositionStylePainterParameters.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CursorPositionStylePainterParameters.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CursorPositionStylePainterParameters.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CursorPositionStylePainterParameters.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CursorPositionStylePainterParameters.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.CursorPositionStylePainterParameters.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CursorPositionStylePainterParameters.$Set5(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CursorPositionStylePainterParameters.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CursorPositionStylePainterParameters.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngineInternal.Input.NativeInputEvent.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngineInternal.Input.NativeInputEvent.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngineInternal.Input.NativeInputEvent.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngineInternal.Input.NativeInputEvent.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.MainModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MainModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.EmissionModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmissionModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.ShapeModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.ShapeModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.VelocityOverLifetimeModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.VelocityOverLifetimeModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.InheritVelocityModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.InheritVelocityModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.ForceOverLifetimeModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.ForceOverLifetimeModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.ColorOverLifetimeModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.ColorOverLifetimeModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.ColorBySpeedModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.ColorBySpeedModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.SizeOverLifetimeModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.SizeOverLifetimeModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.SizeBySpeedModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.SizeBySpeedModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.RotationOverLifetimeModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.RotationOverLifetimeModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.RotationBySpeedModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.RotationBySpeedModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.ExternalForcesModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.ExternalForcesModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.NoiseModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.NoiseModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.CollisionModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.CollisionModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.TriggerModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.TriggerModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.SubEmittersModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.SubEmittersModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.TextureSheetAnimationModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.TextureSheetAnimationModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.LightsModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.LightsModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.TrailModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.TrailModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.CustomDataModule.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.CustomDataModule.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set5(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set6(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set7(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Particle.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Particle.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Burst.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Burst.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Burst.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Burst.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Burst.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Burst.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Burst.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Burst.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ParticleSystem.Burst.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Burst.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.Burst.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.Burst.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ParticleSystem.MinMaxCurve.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxCurve.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.MinMaxCurve.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxCurve.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.MinMaxCurve.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxCurve.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.MinMaxCurve.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxCurve.$Set3(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.MinMaxCurve.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxCurve.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.MinMaxCurve.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxCurve.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ParticleSystem.MinMaxGradient.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxGradient.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.MinMaxGradient.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxGradient.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.ParticleSystem.MinMaxGradient.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxGradient.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.MinMaxGradient.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxGradient.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleSystem.MinMaxGradient.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.MinMaxGradient.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set0(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set1(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set2(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set3(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set4(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set5(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set6(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set7(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set8(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ParticleSystem.EmitParams.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleSystem.EmitParams.$Set9(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleCollisionEvent.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleCollisionEvent.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleCollisionEvent.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleCollisionEvent.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ParticleCollisionEvent.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleCollisionEvent.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ParticleCollisionEvent.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ParticleCollisionEvent.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 EmitParams__WinRTMarshaled.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void EmitParams__WinRTMarshaled.$Set9(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 MinMaxCurve__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void MinMaxCurve__WinRTMarshaled.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single MinMaxCurve__WinRTMarshaled.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void MinMaxCurve__WinRTMarshaled.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single MinMaxCurve__WinRTMarshaled.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void MinMaxCurve__WinRTMarshaled.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single MinMaxCurve__WinRTMarshaled.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void MinMaxCurve__WinRTMarshaled.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 MinMaxGradient__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void MinMaxGradient__WinRTMarshaled.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single MinMaxGradient__WinRTMarshaled.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void MinMaxGradient__WinRTMarshaled.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single MinMaxGradient__WinRTMarshaled.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void MinMaxGradient__WinRTMarshaled.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single Burst__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void Burst__WinRTMarshaled.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single Burst__WinRTMarshaled.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void Burst__WinRTMarshaled.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single Burst__WinRTMarshaled.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void Burst__WinRTMarshaled.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single Burst__WinRTMarshaled.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void Burst__WinRTMarshaled.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 Burst__WinRTMarshaled.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void Burst__WinRTMarshaled.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single Burst__WinRTMarshaled.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void Burst__WinRTMarshaled.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ColliderDistance2D.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ColliderDistance2D.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ColliderDistance2D.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ColliderDistance2D.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ColliderDistance2D.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ColliderDistance2D.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ColliderDistance2D.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ColliderDistance2D.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ColliderDistance2D.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ColliderDistance2D.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ContactFilter2D.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set0(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ContactFilter2D.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set1(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ContactFilter2D.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set2(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ContactFilter2D.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set3(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ContactFilter2D.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set4(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.ContactFilter2D.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set5(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactFilter2D.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactFilter2D.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactFilter2D.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactFilter2D.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactPoint2D.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactPoint2D.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactPoint2D.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactPoint2D.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactPoint2D.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactPoint2D.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactPoint2D.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactPoint2D.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactPoint2D.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactPoint2D.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set9(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactPoint2D.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint2D.$Set10(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointAngleLimits2D.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointAngleLimits2D.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointAngleLimits2D.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointAngleLimits2D.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointTranslationLimits2D.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointTranslationLimits2D.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointTranslationLimits2D.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointTranslationLimits2D.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointMotor2D.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointMotor2D.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointMotor2D.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointMotor2D.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointSuspension2D.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointSuspension2D.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointSuspension2D.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointSuspension2D.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointSuspension2D.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointSuspension2D.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RaycastHit2D.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit2D.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RaycastHit2D.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit2D.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RaycastHit2D.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit2D.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RaycastHit2D.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit2D.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RaycastHit2D.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit2D.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RaycastHit2D.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit2D.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.PhysicsJobOptions2D.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set0(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.PhysicsJobOptions2D.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set1(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set9(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set10(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set11(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set12(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set13(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set14(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set15(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D.$Set16(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set9(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set10(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set11(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set12(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set13(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set14(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set15(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PhysicsJobOptions2D__WinRTMarshaled.$Set16(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactFilter2D__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactFilter2D__WinRTMarshaled.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactFilter2D__WinRTMarshaled.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactFilter2D__WinRTMarshaled.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactFilter2D__WinRTMarshaled.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactFilter2D__WinRTMarshaled.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactFilter2D__WinRTMarshaled.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactFilter2D__WinRTMarshaled.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactFilter2D__WinRTMarshaled.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactFilter2D__WinRTMarshaled.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactFilter2D__WinRTMarshaled.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelFrictionCurve.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelFrictionCurve.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelFrictionCurve.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelFrictionCurve.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelFrictionCurve.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelFrictionCurve.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelFrictionCurve.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelFrictionCurve.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelFrictionCurve.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelFrictionCurve.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.SoftJointLimit.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SoftJointLimit.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.SoftJointLimit.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SoftJointLimit.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.SoftJointLimit.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SoftJointLimit.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.SoftJointLimitSpring.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SoftJointLimitSpring.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.SoftJointLimitSpring.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.SoftJointLimitSpring.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointDrive.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointDrive.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointDrive.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointDrive.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointDrive.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointDrive.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointMotor.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointMotor.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointMotor.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointMotor.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.JointMotor.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointMotor.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointSpring.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointSpring.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointSpring.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointSpring.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointSpring.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointSpring.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointLimits.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointLimits.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointLimits.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointLimits.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointLimits.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointLimits.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointLimits.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointLimits.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointLimits.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointLimits.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointLimits.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointLimits.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.JointLimits.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.JointLimits.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RaycastHit.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RaycastHit.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RaycastHit.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.RaycastHit.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.RaycastHit.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.RaycastHit.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactPoint.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactPoint.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactPoint.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.ContactPoint.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.ContactPoint.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.ContactPoint.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set16(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set18(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set19(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set20(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get21(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set21(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get22(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set22(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get23(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set23(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.U2D.SpriteShapeParameters.$Get24(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeParameters.$Set24(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeMetaData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeMetaData.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeMetaData.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeMetaData.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.SpriteShapeMetaData.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeMetaData.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.U2D.SpriteShapeMetaData.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.SpriteShapeMetaData.$Set3(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.ShapeControlPoint.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.ShapeControlPoint.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.ShapeControlPoint.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.ShapeControlPoint.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.ShapeControlPoint.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.ShapeControlPoint.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.U2D.ShapeControlPoint.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.ShapeControlPoint.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.AngleRangeInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.AngleRangeInfo.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.U2D.AngleRangeInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.AngleRangeInfo.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.U2D.AngleRangeInfo.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.U2D.AngleRangeInfo.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.StyleSheets.StyleSelectorPart.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.StyleSheets.StyleSelectorPart.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.StyleSheets.StyleValueHandle.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.StyleSheets.StyleValueHandle.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.StyleSheets.StyleValueHandle.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.StyleSheets.StyleValueHandle.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TreeInstance.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TreeInstance.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TreeInstance.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TreeInstance.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TreeInstance.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TreeInstance.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TreeInstance.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TreeInstance.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TreeInstance.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TreeInstance.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TreeInstance.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TreeInstance.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.PatchExtents.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PatchExtents.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.PatchExtents.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.PatchExtents.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.TextGenerationSettings.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextGenerationSettings.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextGenerationSettings.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextGenerationSettings.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.TextGenerationSettings.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set4(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextGenerationSettings.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextGenerationSettings.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextGenerationSettings.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.TextGenerationSettings.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set8(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.TextGenerationSettings.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set9(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextGenerationSettings.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set10(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextGenerationSettings.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set11(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.TextGenerationSettings.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set12(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextGenerationSettings.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set13(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.TextGenerationSettings.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set14(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextGenerationSettings.$Get15(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set15(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.TextGenerationSettings.$Get16(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set16(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.TextGenerationSettings.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.TextGenerationSettings.$Set17(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CharacterInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CharacterInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CharacterInfo.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CharacterInfo.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.CharacterInfo.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo.$Set4(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UICharInfo.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UICharInfo.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UICharInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UICharInfo.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.UILineInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UILineInfo.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.UILineInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UILineInfo.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UILineInfo.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UILineInfo.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UILineInfo.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UILineInfo.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UIVertex.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UIVertex.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UIVertex.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UIVertex.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UIVertex.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UIVertex.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UIVertex.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UIVertex.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UIVertex.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UIVertex.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UIVertex.$Get5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UIVertex.$Set5(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.UIVertex.$Get6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.UIVertex.$Set6(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CharacterInfo__WinRTMarshaled.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo__WinRTMarshaled.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.CharacterInfo__WinRTMarshaled.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo__WinRTMarshaled.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CharacterInfo__WinRTMarshaled.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo__WinRTMarshaled.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CharacterInfo__WinRTMarshaled.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo__WinRTMarshaled.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.CharacterInfo__WinRTMarshaled.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.CharacterInfo__WinRTMarshaled.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Tilemaps.TileData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get16(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set16(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileData.$Get17(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set17(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Tilemaps.TileData.$Get18(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set18(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Tilemaps.TileData.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set19(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Tilemaps.TileData.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileData.$Set20(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Tilemaps.TileAnimationData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileAnimationData.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileAnimationData.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileAnimationData.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Tilemaps.TileAnimationData.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Tilemaps.TileAnimationData.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Yoga.YogaSize.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Yoga.YogaSize.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Yoga.YogaSize.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Yoga.YogaSize.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Yoga.YogaValue.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Yoga.YogaValue.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Yoga.YogaValue.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Yoga.YogaValue.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.CursorStyle.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.CursorStyle.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.CursorStyle.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.CursorStyle.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.CursorStyle.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.CursorStyle.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.MouseEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.MouseEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.MouseEventArgs.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.MouseEventArgs.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.KeyboardEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.KeyboardEventArgs.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set7(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set8(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get9(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set9(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get10(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set10(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get11(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set11(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get12(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set12(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get13(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set13(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get14(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set14(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get15(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set15(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get16(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set16(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get17(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set17(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get18(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set18(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get19(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set19(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get20(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set20(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Get21(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.IMGUIContainer.GUIGlobals.$Set21(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.Spacing.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.Spacing.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.Spacing.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.Spacing.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.Spacing.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.Spacing.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.UIElements.Spacing.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.Spacing.$Set3(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.VisualElementFocusRing.FocusRingRecord.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.VisualElementFocusRing.FocusRingRecord.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.VisualElementFocusRing.FocusRingRecord.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.VisualElementFocusRing.FocusRingRecord.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.VisualTreeAsset.SlotDefinition.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.VisualTreeAsset.SlotDefinition.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.VisualTreeAsset.SlotUsageEntry.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.VisualTreeAsset.SlotUsageEntry.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.CreationContext.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.CreationContext.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.CreationContext.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.CreationContext.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.Experimental.UIElements.StyleSheets.HierarchyTraversal.MatchResultInfo.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.HierarchyTraversal.MatchResultInfo.$Set0(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.StyleSheets.HierarchyTraversal.MatchResultInfo.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.HierarchyTraversal.MatchResultInfo.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.StyleSheets.HierarchyTraversal.MatchResultInfo.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.HierarchyTraversal.MatchResultInfo.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.StyleSheets.RuleMatcher.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.RuleMatcher.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.StyleSheets.RuleMatcher.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.RuleMatcher.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.StyleSheets.StyleContext.RuleRef.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.StyleContext.RuleRef.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.StyleSheets.StyleContext.RuleRef.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.StyleContext.RuleRef.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.UIElements.StyleSheets.CustomProperty.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.CustomProperty.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.StyleSheets.CustomProperty.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.CustomProperty.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.UIElements.StyleSheets.CustomProperty.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.UIElements.StyleSheets.CustomProperty.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.WheelHit.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit.$Set7(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit__WinRTMarshaled.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit__WinRTMarshaled.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit__WinRTMarshaled.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit__WinRTMarshaled.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit__WinRTMarshaled.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit__WinRTMarshaled.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit__WinRTMarshaled.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit__WinRTMarshaled.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit__WinRTMarshaled.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit__WinRTMarshaled.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit__WinRTMarshaled.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit__WinRTMarshaled.$Set5(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.WheelHit__WinRTMarshaled.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.WheelHit__WinRTMarshaled.$Set6(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.SurfaceId.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.SurfaceId.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.SurfaceData.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.SurfaceData.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.WSA.SurfaceData.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.SurfaceData.$Set1(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.WSA.SurfaceData.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.SurfaceData.$Set2(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.XR.WSA.SurfaceData.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.SurfaceData.$Set3(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.SurfaceData.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.SurfaceData.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Boolean UnityEngine.XR.WSA.SurfaceData.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.SurfaceData.$Set5(System.Object, System.Boolean)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.WebCam.VideoCapture.VideoCaptureResult.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.WebCam.VideoCapture.VideoCaptureResult.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.WebCam.CameraParameters.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.WebCam.CameraParameters.$Set0(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.WebCam.CameraParameters.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.WebCam.CameraParameters.$Set1(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.WebCam.CameraParameters.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.WebCam.CameraParameters.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.WebCam.CameraParameters.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.WebCam.CameraParameters.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.WebCam.CameraParameters.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.WebCam.CameraParameters.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.HoldCompletedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.HoldCompletedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.HoldCompletedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.HoldCompletedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.HoldCanceledEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.HoldCanceledEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.HoldCanceledEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.HoldCanceledEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.HoldStartedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.HoldStartedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.HoldStartedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.HoldStartedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.TappedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.TappedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.TappedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.TappedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.TappedEventArgs.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.TappedEventArgs.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationStartedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationStartedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationStartedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationStartedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.GestureErrorEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.GestureErrorEventArgs.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.InteractionSource.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSource.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.InteractionSource.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSource.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.InteractionSource.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSource.$Set2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourcePose.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourcePose.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourcePose.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourcePose.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourcePose.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourcePose.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourcePose.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourcePose.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourcePose.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourcePose.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourcePose.$Get5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourcePose.$Set5(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.InteractionSourcePose.$Get6(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourcePose.$Set6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.InteractionSourcePose.$Get7(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourcePose.$Set7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourceProperties.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourceProperties.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourceState.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourceState.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourceState.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourceState.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourceState.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourceState.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourceState.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourceState.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.WSA.Input.InteractionSourceState.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourceState.$Set4(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.InteractionSourceState.$Get5(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourceState.$Set5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.InteractionSourcePressedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourcePressedEventArgs.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.WSA.Input.InteractionSourceReleasedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.WSA.Input.InteractionSourceReleasedEventArgs.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.XR.FrameReceivedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.FrameReceivedEventArgs.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.XR.PointCloudUpdatedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.PointCloudUpdatedEventArgs.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.BoundedPlane.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.BoundedPlane.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.BoundedPlane.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.BoundedPlane.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.BoundedPlane.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.BoundedPlane.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.BoundedPlane.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.BoundedPlane.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.XR.BoundedPlane.$Get4(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.BoundedPlane.$Set4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.XR.PlaneAddedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.PlaneAddedEventArgs.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.XR.PlaneUpdatedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.PlaneUpdatedEventArgs.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.XR.PlaneRemovedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.PlaneRemovedEventArgs.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.XRRaycastHit.$Get0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.XRRaycastHit.$Set0(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.XRRaycastHit.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.XRRaycastHit.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.XRRaycastHit.$Get2(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.XRRaycastHit.$Set2(System.Object, System.Single)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.XR.XRRaycastHit.$Get3(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.XRRaycastHit.$Set3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.XR.ReferencePoint.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.ReferencePoint.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.ReferencePoint.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.ReferencePoint.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.ReferencePoint.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.ReferencePoint.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.XR.ReferencePointUpdatedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.ReferencePointUpdatedEventArgs.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.ReferencePointUpdatedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.ReferencePointUpdatedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.ReferencePointUpdatedEventArgs.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.ReferencePointUpdatedEventArgs.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.XR.SessionTrackingStateChangedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.SessionTrackingStateChangedEventArgs.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.XR.SessionTrackingStateChangedEventArgs.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.SessionTrackingStateChangedEventArgs.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.XRNodeState.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.XRNodeState.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.XRNodeState.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.XRNodeState.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.XRNodeState.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.XRNodeState.$Get5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set5(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.XRNodeState.$Get6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set6(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.XRNodeState.$Get7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set7(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.XRNodeState.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1> Computing application closure and generating interop code
    1> Generating serialization code
    1> Compiling interop code
    1> Cleaning up unreferenced code
    1> Generating native code
    1> Generating fixups for native code
    1> WinTest3 -> C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\bin\x64\Master\WinTest3_1.1.0.0_x64_Master.appx
    1>MakeAppx : error : You can't add both "C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\obj\x64\Master\PackageUploadLayout\Data\boot.config" and "C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\obj\x64\Master\PackageLayout\Data\boot.config" to the output file as "Data\boot.config".
    1>MakeAppx : error : The mapping file can't be parsed. The error occurs at line 210.
    1>MakeAppx : error : Package creation failed.
    1>MakeAppx : error : 0x8007000b - An attempt was made to load a program with an incorrect format.
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    ========== Package: 0 succeeded, 1 failed ===========
     
  7. AiRobotMedia

    AiRobotMedia

    Joined:
    Jun 13, 2018
    Posts:
    61
    Create a project in Unity named "WinTest3".
    Switch to UWP platform in Build Settings.
    Press Build >> Create folder called Builds >> Create folder called D3D_Default. Built.
    Open project in Visual Studio.
    Wait 6 mins while it loads project.

    Only warning is

    C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Default2\Il2CppOutputProject\Il2CppOutputProject.vcxproj : warning : The build tools for Visual Studio 2015 (v140) cannot be found. Install Visual Studio 2015 (v140) to build using the Visual Studio 2015 (v140) build tools.

    Change build type to x64.
    Build for Local Machine.
    Wait 8 mins while it builds.

    Severity Code Description Project File Line Suppression State
    Error: DEP0700: Registration of the app failed. [0x80073CFB] Another user has already installed an unpackaged version of this app. The current user cannot replace this with a packaged version. The conflicting package is Template3D and it was published by CN=DefaultCompany. WinTest3
    Go back to unity add company name to project settings.
    Press Build >> Create folder called Builds >> Create folder called D3D_Default. Built.

    Open project in Visual Studio.
    Wait 6 mins while it loads project.

    Only warning is

    C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Default2\Il2CppOutputProject\Il2CppOutputProject.vcxproj : warning : The build tools for Visual Studio 2015 (v140) cannot be found. Install Visual Studio 2015 (v140) to build using the Visual Studio 2015 (v140) build tools.

    Change build type to x64.
    Build for Local Machine.
    Wait 8 mins while it builds.

    Severity Code Description Project File Line Suppression State
    Error DEP0700: Registration of the app failed. [0x80073CFB] Another user has already installed an unpackaged version of this app. The current user cannot replace this with a packaged version. The conflicting package is Template3D and it was published by CN=DefaultCompany. WinTest3
    Run the "Associate Your App with the Windows Store" wizard. Associate it with a blank app.

    Build for Local Machine.
    Wait 2 mins while it fails to builds.

    Severity Code Description Project File Line Suppression State
    Error DEP0700: Registration of the app failed. [0x80073CF6] AppxManifest.xml(28,27): error 0x80070002: Cannot install or update package 54075AIRobotMedia.TotallyBlank_3twwd92zc7wx0 because the splash screen image [SplashScreen.png] cannot be located. Verify that the package contains an image that can be used as a splash screen for the application, and that the package manifest points to the correct location in the package where this splash screen image can be found. WinTest3

    I've seen your quick fix for this error, I've tried it and it will allow it to build but it will never be a allowed into the store.

    THIS CONFIGURATION HAS FAILED. COULD NOT BUILD A TOTALLY BLANK UNITY APP WITH D3D and IL2CPP.

    Go back to unity and change project settings to .Net.
    Press Build >> Create folder called Builds >> Create folder called D3D_Net. Built.
    Change build type to x64.
    Build for Local Machine.
    Wait 8 mins while it builds.

    Severity Code Description Project File Line Suppression State
    Error DEP0700: Registration of the app failed. [0x80073CF6] AppxManifest.xml(28,27): error 0x80070002: Cannot install or update package 54075AIRobotMedia.TotallyBlank_3twwd92zc7wx0 because the splash screen image [SplashScreen.png] cannot be located. Verify that the package contains an image that can be used as a splash screen for the application, and that the package manifest points to the correct location in the package where this splash screen image can be found. WinTest3

    Run the "Associate Your App with the Windows Store" wizard. Associate it with a blank app.

    Build for Local Machine.
    Wait 8 mins while it builds.

    Open Package Manifest and add a new icon since the default icon will not get passed wack tests. Save.

    Project >> Store >> Create App Package.
    Generate app bundle: Always
    Change to Master builds just for x64.
    Wait 10 mins while it generates.

    Severity Code Description Project File Line Suppression State
    Error The mapping file can't be parsed. The error occurs at line 210. WinTest3 C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\MakeAppx
    Error 0x8007000b - An attempt was made to load a program with an incorrect format. WinTest3 C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\MakeAppx
    Error You can't add both "C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\obj\x64\Master\PackageUploadLayout\Data\boot.config" and "C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\obj\x64\Master\PackageLayout\Data\boot.config" to the output file as "Data\boot.config". WinTest3 C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\MakeAppx
    Error Package creation failed. WinTest3 C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\MakeAppx

    OUTPUT Window

    1>------ Build started: Project: WinTest3, Configuration: Master x64 ------
    1>C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\App.cs(45,13,45,71): warning CS0618: 'ApplicationView.SuppressSystemOverlays.set' is obsolete: 'Use the TryEnterFullScreen method and IsFullScreenMode property instead of SuppressSystemOverlays. For more info, see MSDN.'
    1> WinTest3 -> C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\bin\x64\Master\WinTest3.exe
    1> UnityWSAPlayerDir "C:\Program Files\Unity\Editor\Data\PlaybackEngines\MetroSupport\".
    1> UnityProjectDir "".
    1> Copying unprocessed assemblies...
    1> Running AssemblyConverter...
    1> AssemblyConverter done.
    1> Modifying AppxPackagePayload
    1> Starting .NET Native compilation
    1> Processing application code
    1>C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\Resources.System.Linq.Expressions.rd.xml(35): warning : ILTransform_0027: Method 'CreateLambda' within 'System.Linq.Expressions.Expression' could not be found.
    1>C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\Resources.System.Linq.Expressions.rd.xml(91): warning : ILTransform_0027: Method 'ParameterIsAssignable' within 'System.Linq.Expressions.Expression' could not be found.


    REMOVED 1000's of WARNINGS so I could post this thread. You should Fix these.


    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.XR.ReferencePoint.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.ReferencePoint.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.ReferencePoint.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.ReferencePoint.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.ReferencePoint.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.ReferencePoint.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.XR.ReferencePointUpdatedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.ReferencePointUpdatedEventArgs.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.ReferencePointUpdatedEventArgs.$Get1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.ReferencePointUpdatedEventArgs.$Set1(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.Experimental.XR.ReferencePointUpdatedEventArgs.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.ReferencePointUpdatedEventArgs.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int64 UnityEngine.Experimental.XR.SessionTrackingStateChangedEventArgs.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.SessionTrackingStateChangedEventArgs.$Set0(System.Object, System.Int64)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.Experimental.XR.SessionTrackingStateChangedEventArgs.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.Experimental.XR.SessionTrackingStateChangedEventArgs.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.XRNodeState.$Get0(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set0(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.XRNodeState.$Get1(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set1(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.XRNodeState.$Get2(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set2(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.XRNodeState.$Get3(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set3(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.XRNodeState.$Get4(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set4(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.XRNodeState.$Get5(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set5(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.XRNodeState.$Get6(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set6(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Single UnityEngine.XR.XRNodeState.$Get7(System.Object, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set7(System.Object, System.Single, System.Int32)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Int32 UnityEngine.XR.XRNodeState.$Get8(System.Object)' at IL offset 0x1.
    1>C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x64\ilc\IlcInternals.targets(936,5): warning : ILTransform_0027: Invalid IL detected in method 'System.Void UnityEngine.XR.XRNodeState.$Set8(System.Object, System.Int32)' at IL offset 0x1.
    1> Computing application closure and generating interop code
    1> Generating serialization code
    1> Compiling interop code
    1> Cleaning up unreferenced code
    1> Generating native code
    1> Generating fixups for native code
    1> WinTest3 -> C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\bin\x64\Master\WinTest3_1.1.0.0_x64_Master.appx
    1>MakeAppx : error : You can't add both "C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\obj\x64\Master\PackageUploadLayout\Data\boot.config" and "C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\obj\x64\Master\PackageLayout\Data\boot.config" to the output file as "Data\boot.config".
    1>MakeAppx : error : The mapping file can't be parsed. The error occurs at line 210.
    1>MakeAppx : error : Package creation failed.
    1>MakeAppx : error : 0x8007000b - An attempt was made to load a program with an incorrect format.
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    ========== Package: 0 succeeded, 1 failed ===========


    *******************************************

    Project Settings.

    Change Compile with .net native.
    Wait, Wait, Wait.
    Build for LocalMachine. It compiles.

    Project >> Store >> Create app package

    Severity Code Description Project File Line Suppression State
    Error Package creation failed. WinTest3 C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\MakeAppx
    Error 0x8007000b - An attempt was made to load a program with an incorrect format. WinTest3 C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\MakeAppx
    Error You can't add both "C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\obj\x64\Master\PackageUploadLayout\Data\boot.config" and "C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\obj\x64\Master\PackageLayout\Data\boot.config" to the output file as "Data\boot.config". WinTest3 C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\MakeAppx
    Error The mapping file can't be parsed. The error occurs at line 210. WinTest3 C:\Users\hypod\Documents\Unity Projects\WinTest3\Builds\D3D_Net\WinTest3\MakeAppx
     
  8. AiRobotMedia

    AiRobotMedia

    Joined:
    Jun 13, 2018
    Posts:
    61
    Back in Unity. Change to Xaml and IL2CPP
    Build.
    Wait.
    Open solution in Visual Studio.
    Wait.
    Change to x64 and test Local Machine.

    Associate app with store.

    Build. FAIL

    Severity Code Description Project File Line Suppression State
    Error DEP0700: Registration of the app failed. [0x80073CF6] AppxManifest.xml(28,27): error 0x80070002: Cannot install or update package 54075AIRobotMedia.TotallyBlank_3twwd92zc7wx0 because the splash screen image [SplashScreen.png] cannot be located. Verify that the package contains an image that can be used as a splash screen for the application, and that the package manifest points to the correct location in the package where this splash screen image can be found. WinTest3

    THIS CONFIGURATION is F***ED, AGAIN.

    Upgrade to UNITY 2108.2.3f1

    Repeat.

    All possible configs are FAIL AGAIN.

    Upgrade to Visual Studio 15.8.1

    Repeat.

    All possible configs are FAIL AGAIN.
     
  9. AiRobotMedia

    AiRobotMedia

    Joined:
    Jun 13, 2018
    Posts:
    61