text stringlengths 7 35.3M | id stringlengths 11 185 | metadata dict | __index_level_0__ int64 0 2.14k |
|---|---|---|---|
using System.IO;
using UnityEngine;
using YooAsset;
#if !UNITY_EDITOR
using System.Collections.Generic;
#endif
namespace ET
{
/// <summary>
/// 资源文件查询服务类
/// </summary>
public class GameQueryServices : IBuildinQueryServices
{
/// <summary>
/// 查询内置文件的时候,是否比对文件哈希值
/// </summa... | ET/Unity/Assets/Scripts/Loader/Resource/StreamingAssetsHelper/StreamingAssetsHelper.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Loader/Resource/StreamingAssetsHelper/StreamingAssetsHelper.cs",
"repo_id": "ET",
"token_count": 2907
} | 141 |
namespace ET.Client
{
public struct Wait_UnitStop: IWaitType
{
public int Error
{
get;
set;
}
}
} | ET/Unity/Assets/Scripts/Model/Client/Demo/Main/Move/Wait_UnitStop.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Client/Demo/Main/Move/Wait_UnitStop.cs",
"repo_id": "ET",
"token_count": 93
} | 142 |
fileFormatVersion: 2
guid: 99a94f39eb3226047842c238ef0faa44
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Client/Demo/NetClient/Router.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Client/Demo/NetClient/Router.meta",
"repo_id": "ET",
"token_count": 67
} | 143 |
fileFormatVersion: 2
guid: 6f2c0f572224746eba69f60e57c595bb
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Client/LockStep/LSReplayUpdater.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Client/LockStep/LSReplayUpdater.cs.meta",
"repo_id": "ET",
"token_count": 95
} | 144 |
using System;
using System.Collections.Generic;
using MongoDB.Bson.Serialization.Attributes;
using MongoDB.Bson.Serialization.Options;
using System.ComponentModel;
namespace ET
{
[Config]
public partial class UnitConfigCategory : Singleton<UnitConfigCategory>, IMerge
{
[BsonElement]
[BsonDi... | ET/Unity/Assets/Scripts/Model/Generate/Client/Config/UnitConfig.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Generate/Client/Config/UnitConfig.cs",
"repo_id": "ET",
"token_count": 872
} | 145 |
fileFormatVersion: 2
guid: 575c3073fa2befe4cb70d5ce687e14f2
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Generate/ClientServer/Config/StartMachineConfig.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Generate/ClientServer/Config/StartMachineConfig.cs.meta",
"repo_id": "ET",
"token_count": 95
} | 146 |
fileFormatVersion: 2
guid: 71da4f68c22d0474fbf1f0ec805f499e
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Generate/ClientServer/Message/ClientMessage_C_1000.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Generate/ClientServer/Message/ClientMessage_C_1000.cs.meta",
"repo_id": "ET",
"token_count": 95
} | 147 |
fileFormatVersion: 2
guid: 8bb8d5a886dd1414681f7574206daa45
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Server/Demo/Benchmark.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Server/Demo/Benchmark.meta",
"repo_id": "ET",
"token_count": 68
} | 148 |
fileFormatVersion: 2
guid: 82470970474f53a4a909d6229304bf1f
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Server/Demo/Robot.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Server/Demo/Robot.meta",
"repo_id": "ET",
"token_count": 68
} | 149 |
namespace ET.Server
{
[ComponentOf(typeof (Player))]
public class PlayerRoomComponent: Entity, IAwake
{
public ActorId RoomActorId { get; set; }
}
} | ET/Unity/Assets/Scripts/Model/Server/LockStep/Gate/PlayerRoomComponent.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Server/LockStep/Gate/PlayerRoomComponent.cs",
"repo_id": "ET",
"token_count": 68
} | 150 |
fileFormatVersion: 2
guid: 92fbb093186ec1742acdcadde9b344b2
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Server/Module/AOI.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Server/Module/AOI.meta",
"repo_id": "ET",
"token_count": 68
} | 151 |
using System.Collections.Generic;
namespace ET.Server
{
[ChildOf(typeof(MessageLocationSenderComponent))]
public class MessageLocationSenderOneType: Entity, IAwake<int>, IDestroy
{
public const long TIMEOUT_TIME = 60 * 1000;
public long CheckTimer;
public int LocationType;
... | ET/Unity/Assets/Scripts/Model/Server/Module/ActorLocation/MessageLocationSenderOneType.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Server/Module/ActorLocation/MessageLocationSenderOneType.cs",
"repo_id": "ET",
"token_count": 244
} | 152 |
using System.Net;
namespace ET.Server
{
public interface IHttpHandler
{
ETTask Handle(Scene scene, HttpListenerContext context);
}
} | ET/Unity/Assets/Scripts/Model/Server/Module/Http/IHttpHandler.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Server/Module/Http/IHttpHandler.cs",
"repo_id": "ET",
"token_count": 56
} | 153 |
namespace ET
{
public static partial class EntitySerializeRegister
{
static partial void Register();
public static void Init()
{
Register();
}
}
}
| ET/Unity/Assets/Scripts/Model/Share/EntitySerializeRegister.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Share/EntitySerializeRegister.cs",
"repo_id": "ET",
"token_count": 88
} | 154 |
fileFormatVersion: 2
guid: f1af7fd8703b4dc3a521ef52d538d168
timeCreated: 1681819811 | ET/Unity/Assets/Scripts/Model/Share/LockStep/LSConstValue.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Share/LockStep/LSConstValue.cs.meta",
"repo_id": "ET",
"token_count": 37
} | 155 |
fileFormatVersion: 2
guid: c926ebadd533a344d9b622ba3398dd9a
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Share/Module/Message/ErrorCode.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Share/Module/Message/ErrorCode.cs.meta",
"repo_id": "ET",
"token_count": 94
} | 156 |
fileFormatVersion: 2
guid: f666df5ed1cec4d40bd2986c28507634
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Share/Module/Message/Session.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Share/Module/Message/Session.cs.meta",
"repo_id": "ET",
"token_count": 94
} | 157 |
fileFormatVersion: 2
guid: e48d074e33972034bad7ee8ba643edf5
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Share/Module/Numeric/NumericType.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Share/Module/Numeric/NumericType.cs.meta",
"repo_id": "ET",
"token_count": 94
} | 158 |
fileFormatVersion: 2
guid: 974f5651ee87bd6429abdd765e594762
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Share/Module/Unit.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Share/Module/Unit.meta",
"repo_id": "ET",
"token_count": 67
} | 159 |
fileFormatVersion: 2
guid: e21dc85ec77863f499b5e84300f8aaa0
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Share/TimerInvokeType.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Share/TimerInvokeType.cs.meta",
"repo_id": "ET",
"token_count": 95
} | 160 |
fileFormatVersion: 2
guid: 2ecfbbe634dfa3a4294f2c5d296d7449
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ModelView/Client/Demo/UI/UILobby.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ModelView/Client/Demo/UI/UILobby.meta",
"repo_id": "ET",
"token_count": 71
} | 161 |
fileFormatVersion: 2
guid: a47cb1a9a895e4f5fbf045da29ba3f59
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ModelView/Client/LockStep/UI/UILSRoom.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ModelView/Client/LockStep/UI/UILSRoom.meta",
"repo_id": "ET",
"token_count": 72
} | 162 |
using System.Collections.Generic;
namespace ET.Client
{
/// <summary>
/// 管理Scene上的UI
/// </summary>
[ComponentOf]
public class UIComponent: Entity, IAwake
{
public Dictionary<string, EntityRef<UI>> UIs = new();
private EntityRef<UIGlobalComponent> uiGlobalComponent;
public UIGlobalComponent UIGlobalCom... | ET/Unity/Assets/Scripts/ModelView/Client/Module/UI/UIComponent.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ModelView/Client/Module/UI/UIComponent.cs",
"repo_id": "ET",
"token_count": 185
} | 163 |
fileFormatVersion: 2
guid: baf8bf15d3e8a7548afe679b6267ef2c
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty.meta",
"repo_id": "ET",
"token_count": 70
} | 164 |
using System.IO;
namespace DotRecast.Core
{
public static class Loader
{
public static byte[] ToBytes(string filename)
{
var filepath = FindParentPath(filename);
using var fs = new FileStream(filepath, FileMode.Open, FileAccess.Read);
byte[] buffer = new byt... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/Loader.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/Loader.cs",
"repo_id": "ET",
"token_count": 446
} | 165 |
namespace DotRecast.Core
{
public enum RcByteOrder
{
/// <summary>Default on most Windows systems</summary>
LITTLE_ENDIAN,
BIG_ENDIAN,
}
} | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcByteOrder.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcByteOrder.cs",
"repo_id": "ET",
"token_count": 82
} | 166 |
using System;
namespace DotRecast.Core
{
public static class RcImmutableArray
{
public static RcImmutableArray<T> Create<T>()
{
return RcImmutableArray<T>.Empty;
}
public static RcImmutableArray<T> Create<T>(T item1)
{
T[] array = new[] { item1 ... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcImmutableArray.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcImmutableArray.cs",
"repo_id": "ET",
"token_count": 699
} | 167 |
using System;
using System.Runtime.CompilerServices;
namespace DotRecast.Core
{
public struct RcVec2f
{
public float x;
public float y;
public static RcVec2f Zero { get; } = new RcVec2f { x = 0, y = 0 };
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public float G... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcVec2f.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcVec2f.cs",
"repo_id": "ET",
"token_count": 870
} | 168 |
fileFormatVersion: 2
guid: ee5de8c6c53feae4a94ccbf224e5635c
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Crowd/DtCrowdConfig.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Crowd/DtCrowdConfig.cs.meta",
"repo_id": "ET",
"token_count": 96
} | 169 |
/*
recast4j copyright (c) 2021 Piotr Piastucki piotr@jtilia.org
DotRecast Copyright (c) 2023 Choi Ikpil ikpil@naver.com
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted t... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Dynamic/Colliders/ConvexTrimeshCollider.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Dynamic/Colliders/ConvexTrimeshCollider.cs",
"repo_id": "ET",
"token_count": 706
} | 170 |
fileFormatVersion: 2
guid: 8b0842ea068367340a572b417889d7af
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Dynamic/RemoveColliderQueueItem.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Dynamic/RemoveColliderQueueItem.cs.meta",
"repo_id": "ET",
"token_count": 93
} | 171 |
fileFormatVersion: 2
guid: 696e9295cce50dd4b91df02c2e97d213
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Extras/Jumplink/JumpLinkType.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Extras/Jumplink/JumpLinkType.cs.meta",
"repo_id": "ET",
"token_count": 95
} | 172 |
/*
Copyright (c) 2009-2010 Mikko Mononen memon@inside.org
recast4j copyright (c) 2015-2019 Piotr Piastucki piotr@jtilia.org
DotRecast Copyright (c) 2023 Choi Ikpil ikpil@naver.com
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
ar... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.TileCache/DtTileCacheBuilder.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.TileCache/DtTileCacheBuilder.cs",
"repo_id": "ET",
"token_count": 47324
} | 173 |
/*
Copyright (c) 2009-2010 Mikko Mononen memon@inside.org
recast4j copyright (c) 2015-2019 Piotr Piastucki piotr@jtilia.org
DotRecast Copyright (c) 2023 Choi Ikpil ikpil@naver.com
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
ar... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.TileCache/Io/DtTileCacheLayerHeaderReader.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.TileCache/Io/DtTileCacheLayerHeaderReader.cs",
"repo_id": "ET",
"token_count": 1055
} | 174 |
fileFormatVersion: 2
guid: a4f82d77ab52d30498f9e49d50881ce3
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.meta",
"repo_id": "ET",
"token_count": 71
} | 175 |
fileFormatVersion: 2
guid: 17efaae1db66e9f429e7d4cb40eec63a
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/IDtPolyQuery.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/IDtPolyQuery.cs.meta",
"repo_id": "ET",
"token_count": 96
} | 176 |
/*
Recast4J Copyright (c) 2015 Piotr Piastucki piotr@jtilia.org
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/Io/DtMeshSetReader.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/Io/DtMeshSetReader.cs",
"repo_id": "ET",
"token_count": 2814
} | 177 |
/*
Copyright (c) 2009-2010 Mikko Mononen memon@inside.org
recast4j copyright (c) 2015-2019 Piotr Piastucki piotr@jtilia.org
DotRecast Copyright (c) 2023 Choi Ikpil ikpil@naver.com
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
ar... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/PathUtils.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/PathUtils.cs",
"repo_id": "ET",
"token_count": 4677
} | 178 |
using DotRecast.Core;
namespace DotRecast.Recast.Geom
{
public class RcChunkyTriMeshNode
{
public RcVec2f bmin;
public RcVec2f bmax;
public int i;
public int[] tris;
}
} | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/Geom/RcChunkyTriMeshNode.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/Geom/RcChunkyTriMeshNode.cs",
"repo_id": "ET",
"token_count": 112
} | 179 |
using System.Collections.Generic;
namespace DotRecast.Recast
{
public class RcContourHoleComparer : IComparer<RcContourHole>
{
public static readonly RcContourHoleComparer Shared = new RcContourHoleComparer();
private RcContourHoleComparer()
{
}
public int Compare(RcC... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcContourHoleComparer.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcContourHoleComparer.cs",
"repo_id": "ET",
"token_count": 324
} | 180 |
using System.Collections.Generic;
namespace DotRecast.Recast
{
public class RcLayerRegion
{
public int id;
public int layerId;
public bool @base;
public int ymin, ymax;
public List<int> layers;
public List<int> neis;
public RcLayerRegion(int i)
... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcLayerRegion.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcLayerRegion.cs",
"repo_id": "ET",
"token_count": 259
} | 181 |
using System.Collections.Generic;
namespace DotRecast.Recast
{
public class RcRegion
{
public int spanCount; // Number of spans belonging to this region
public int id; // ID of the region
public int areaType; // Are type.
public bool remap;
public bool visited;
... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcRegion.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcRegion.cs",
"repo_id": "ET",
"token_count": 305
} | 182 |
/*
Copyright (c) 2009-2010 Mikko Mononen memon@inside.org
recast4j copyright (c) 2015-2019 Piotr Piastucki piotr@jtilia.org
DotRecast Copyright (c) 2023 Choi Ikpil ikpil@naver.com
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
ar... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastCommon.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastCommon.cs",
"repo_id": "ET",
"token_count": 1299
} | 183 |
/*
Copyright (c) 2009-2010 Mikko Mononen memon@inside.org
recast4j copyright (c) 2015-2019 Piotr Piastucki piotr@jtilia.org
DotRecast Copyright (c) 2023 Choi Ikpil ikpil@naver.com
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
ar... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastRasterization.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastRasterization.cs",
"repo_id": "ET",
"token_count": 10397
} | 184 |
fileFormatVersion: 2
guid: 624636d415540b94b934cf1931b5c281
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/ETTask/ETTask.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/ETTask/ETTask.cs.meta",
"repo_id": "ET",
"token_count": 94
} | 185 |
namespace ET
{
public partial class Kcp
{
public const int OneM = 1024 * 1024;
public const int InnerMaxWaitSize = 1024 * 1024;
public const int OuterMaxWaitSize = 1024 * 1024;
public struct SegmentHead
{
public uint conv;
public byte cmd;
... | ET/Unity/Assets/Scripts/ThirdParty/Kcp/KcpPatial.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/Kcp/KcpPatial.cs",
"repo_id": "ET",
"token_count": 284
} | 186 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
namespace NativeCollection
{
public unsafe class List<T>: ICollection<T>, INativeCollectionClass where T:unmanaged, IEquatable<T>
{
private UnsafeType.List<T>* _list;
private const int _defaultC... | ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/List.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/List.cs",
"repo_id": "ET",
"token_count": 1197
} | 187 |
using System;
using System.Diagnostics.CodeAnalysis;
namespace NativeCollection
{
internal static class ThrowHelper
{
[DoesNotReturn]
public static void StackInitialCapacityException()
{
throw new ArgumentOutOfRangeException();
}
[DoesNotReturn]
... | ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/ThrowHelper.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/ThrowHelper.cs",
"repo_id": "ET",
"token_count": 1075
} | 188 |
fileFormatVersion: 2
guid: 95b3062e465cb784093095767498d480
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/UnsafeType/MultiMap.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/UnsafeType/MultiMap.meta",
"repo_id": "ET",
"token_count": 65
} | 189 |
fileFormatVersion: 2
guid: eeabde77b436b004ea4ec6d8b298ea11
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/UnsafeType/UnOrderMap.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/UnsafeType/UnOrderMap.meta",
"repo_id": "ET",
"token_count": 69
} | 190 |
fileFormatVersion: 2
guid: 775e4793c2be0476f81546034c560db9
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/TrueSync/TSMatrix.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/TrueSync/TSMatrix.cs.meta",
"repo_id": "ET",
"token_count": 94
} | 191 |
fileFormatVersion: 2
guid: 1aa3e8589868c80499255710874679c0
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/Unity.ThirdParty.asmdef.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/Unity.ThirdParty.asmdef.meta",
"repo_id": "ET",
"token_count": 64
} | 192 |
fileFormatVersion: 2
guid: 231b24880401c484aa5a9e814570360f
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Settings/IgnoreAsmdef/Model/Server.meta/0 | {
"file_path": "ET/Unity/Assets/Settings/IgnoreAsmdef/Model/Server.meta",
"repo_id": "ET",
"token_count": 67
} | 193 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!11 &1
AudioManager:
m_ObjectHideFlags: 0
m_Volume: 1
Rolloff Scale: 1
Doppler Factor: 1
Default Speaker Mode: 2
m_SampleRate: 0
m_DSPBufferSize: 0
m_VirtualVoiceCount: 512
m_RealVoiceCount: 32
m_SpatializerPlugin:
m_DisableAudio: 0
m_VirtualizeEff... | ET/Unity/ProjectSettings/AudioManager.asset/0 | {
"file_path": "ET/Unity/ProjectSettings/AudioManager.asset",
"repo_id": "ET",
"token_count": 137
} | 194 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!890905787 &1
VersionControlSettings:
m_ObjectHideFlags: 0
m_Mode: Visible Meta Files
m_CollabEditorSettings:
inProgressEnabled: 1
| ET/Unity/ProjectSettings/VersionControlSettings.asset/0 | {
"file_path": "ET/Unity/ProjectSettings/VersionControlSettings.asset",
"repo_id": "ET",
"token_count": 77
} | 195 |
[Content_Types].xml
catalog.json
en-US\ILSpy.AddIn.VS2022.resources.dll
extension.vsixmanifest
ICSharpCode.Decompiler.dll
ICSharpCode.ILSpyX.dll
ICSharpCode.TreeView.dll
ILSpy.AddIn.VS2022.dll
ILSpy.AddIn.VS2022.pkgdef
ILSpy.BamlDecompiler.Plugin.dll
ILSpy.deps.json
ILSpy.dll
ILSpy.exe
ILSpy.ReadyToRun.Plugin.dll
ILSpy... | ILSpy/BuildTools/ILSpy.AddIn.VS2022.vsix.filelist/0 | {
"file_path": "ILSpy/BuildTools/ILSpy.AddIn.VS2022.vsix.filelist",
"repo_id": "ILSpy",
"token_count": 867
} | 196 |
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublic... | ILSpy/ICSharpCode.BamlDecompiler/Baml/KnownThings.cs/0 | {
"file_path": "ILSpy/ICSharpCode.BamlDecompiler/Baml/KnownThings.cs",
"repo_id": "ILSpy",
"token_count": 1123
} | 197 |
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublic... | ILSpy/ICSharpCode.BamlDecompiler/Handlers/Records/PropertyCustomHandler.cs/0 | {
"file_path": "ILSpy/ICSharpCode.BamlDecompiler/Handlers/Records/PropertyCustomHandler.cs",
"repo_id": "ILSpy",
"token_count": 2558
} | 198 |
// Copyright (c) 2019 Siegfried Pammer
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// pub... | ILSpy/ICSharpCode.BamlDecompiler/Rewrite/ConnectionIdRewritePass.cs/0 | {
"file_path": "ILSpy/ICSharpCode.BamlDecompiler/Rewrite/ConnectionIdRewritePass.cs",
"repo_id": "ILSpy",
"token_count": 5726
} | 199 |
using System;
using System.Collections.Concurrent;
using System.IO;
using System.Management.Automation;
using System.Threading;
using System.Threading.Tasks;
using ICSharpCode.Decompiler.CSharp;
using ICSharpCode.Decompiler.CSharp.ProjectDecompiler;
using ICSharpCode.Decompiler.Metadata;
namespace ICSharpCode.Decomp... | ILSpy/ICSharpCode.Decompiler.PowerShell/GetDecompiledProjectCmdlet.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.PowerShell/GetDecompiledProjectCmdlet.cs",
"repo_id": "ILSpy",
"token_count": 1028
} | 200 |
using System.Collections.Generic;
using ICSharpCode.Decompiler.CSharp;
using ICSharpCode.Decompiler.CSharp.Syntax;
using ICSharpCode.Decompiler.CSharp.Transforms;
using ICSharpCode.Decompiler.TypeSystem;
namespace ICSharpCode.Decompiler.Tests.Helpers
{
class RemoveCompilerAttribute : DepthFirstAstVisitor, IAstTrans... | ILSpy/ICSharpCode.Decompiler.Tests/Helpers/RemoveCompilerAttribute.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/Helpers/RemoveCompilerAttribute.cs",
"repo_id": "ILSpy",
"token_count": 586
} | 201 |
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection.Metadata;
using System.Reflection.PortableExecutable;
using ICSharpCode.Decompiler.Metadata;
namespace ICSharpCode.Decompiler.Tests
{
sealed class TestAssemblyResolver : UniversalAssemblyResolver
{
readonly HashSet<stri... | ILSpy/ICSharpCode.Decompiler.Tests/TestAssemblyResolver.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestAssemblyResolver.cs",
"repo_id": "ILSpy",
"token_count": 316
} | 202 |
// Microsoft (R) .NET Framework IL Disassembler. Version 4.6.1055.0
// Copyright (c) Microsoft Corporation. All rights reserved.
// Metadata version: v1.1.4322
.assembly extern mscorlib
{
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
.ver 1:0:5000:0
}
.assembly CS1xSwitch... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/CS1xSwitch_Release.il/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/CS1xSwitch_Release.il",
"repo_id": "ILSpy",
"token_count": 26324
} | 203 |
module FSharpUsingPatterns
open System
open System.IO
let sample1() =
use fs = File.Create("x.txt")
fs.WriteByte(byte 1)
let sample2() =
Console.WriteLine("some text")
use fs = File.Create("x.txt")
fs.WriteByte(byte 2)
Console.WriteLine("some text")
let sample3() =
Console.WriteLine(... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpUsing.fs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpUsing.fs",
"repo_id": "ILSpy",
"token_count": 398
} | 204 |
.class private auto ansi beforefieldinit ICSharpCode.Decompiler.Tests.TestCases.ILPretty.Issue1256
extends [mscorlib]System.Object
{
// Methods
.method public hidebysig
instance void Method (
class [mscorlib]System.Enum e,
object o,
string s
) cil managed
{
// Method begins at RVA 0x2050
// Code... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1256.il/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1256.il",
"repo_id": "ILSpy",
"token_count": 654
} | 205 |
using System.Runtime.CompilerServices;
namespace ICSharpCode.Decompiler.Tests.TestCases.ILPretty
{
internal class Issue2104
{
[CompilerGenerated]
private readonly string text;
public string Text {
[CompilerGenerated]
get {
return text;
}
}
public Issue2104(string text)
{
this.text = text... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue2104.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue2104.cs",
"repo_id": "ILSpy",
"token_count": 138
} | 206 |
using System;
public class MonoFixed
{
public unsafe void FixMultipleStrings(string text)
{
fixed (char* ptr = text)
{
fixed (char* ptr2 = Environment.UserName)
{
fixed (char* ptr3 = text)
{
*ptr = 'c';
*ptr2 = 'd';
*ptr3 = 'e';
}
}
}
}
}
| ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/MonoFixed.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/MonoFixed.cs",
"repo_id": "ILSpy",
"token_count": 142
} | 207 |
<?xml version="1.0" encoding="utf-8"?>
<symbols>
<files>
<file id="1" name="ICSharpCode.Decompiler.Tests.TestCases.PdbGen\ProgressReporting.cs" language="C#" checksumAlgorithm="SHA256">
<![CDATA[using System;
namespace ICSharpCode.Decompiler.Tests.TestCases.PdbGen;
public class ProgressReporting
{
public stat... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/PdbGen/ProgressReporting.xml/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/PdbGen/ProgressReporting.xml",
"repo_id": "ILSpy",
"token_count": 282
} | 208 |
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, m... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/ConstructorInitializers.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/ConstructorInitializers.cs",
"repo_id": "ILSpy",
"token_count": 758
} | 209 |
using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
namespace ICSharpCode.Decompiler.Tests.TestCases.ILPretty
{
internal class A
{
protected internal virtual Task<string> Test(string test)
{
return Task.Run(() => test.ToUpper());
}
}
inter... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/FixProxyCalls.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/FixProxyCalls.cs",
"repo_id": "ILSpy",
"token_count": 1100
} | 210 |
using System;
namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty
{
internal static class Ext
{
public static void ExtOnRef(this ref RefLocalsAndReturns.NormalStruct s)
{
}
public static void ExtOnIn(this in RefLocalsAndReturns.NormalStruct s)
{
}
public static void ExtOnRef(this ref RefLocalsAndR... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/RefLocalsAndReturns.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/RefLocalsAndReturns.cs",
"repo_id": "ILSpy",
"token_count": 2731
} | 211 |
#if !OPT
using System;
#endif
namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty
{
internal class VariableNaming
{
private enum MyEnum
{
VALUE1 = 1,
VALUE2
}
private class C
{
public string Name;
public string Text;
}
private void Test(string text, C c)
{
#if CS70
_ = c.Name;
#... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/VariableNaming.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/VariableNaming.cs",
"repo_id": "ILSpy",
"token_count": 473
} | 212 |
// Metadata version: v4.0.30319
.assembly extern mscorlib
{
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
.ver 4:0:0:0
}
.assembly tmpA7E1
{
.custom instance void [mscorlib]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(int32) = ( 01 00 08 00 00 00 00... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/NoForEachStatement.net40.roslyn.il/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/NoForEachStatement.net40.roslyn.il",
"repo_id": "ILSpy",
"token_count": 2376
} | 213 |
using System;
using System.Collections;
using System.Runtime.CompilerServices;
public class VBNonGenericForEach
{
public static void M()
{
ArrayList arrayList = new ArrayList();
foreach (object item in arrayList)
{
#if ROSLYN && OPT
Console.WriteLine(RuntimeHelpers.GetObjectValue(RuntimeHelpers.GetObjectVa... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/VBNonGenericForEach.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/VBNonGenericForEach.cs",
"repo_id": "ILSpy",
"token_count": 163
} | 214 |
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to us... | ILSpy/ICSharpCode.Decompiler/CSharp/OutputVisitor/InsertSpecialsDecorator.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/OutputVisitor/InsertSpecialsDecorator.cs",
"repo_id": "ILSpy",
"token_count": 1816
} | 215 |
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to us... | ILSpy/ICSharpCode.Decompiler/CSharp/Resolver/CSharpOperators.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Resolver/CSharpOperators.cs",
"repo_id": "ILSpy",
"token_count": 15073
} | 216 |
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use... | ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/AstType.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/AstType.cs",
"repo_id": "ILSpy",
"token_count": 2846
} | 217 |
//
// ConditionalExpression.cs
//
// Author:
// Mike Krüger <mkrueger@novell.com>
//
// Copyright (c) 2009 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// ... | ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/ConditionalExpression.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/ConditionalExpression.cs",
"repo_id": "ILSpy",
"token_count": 1056
} | 218 |
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use... | ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/IAnnotatable.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/IAnnotatable.cs",
"repo_id": "ILSpy",
"token_count": 2777
} | 219 |
// Copyright (c) 2011-2013 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to us... | ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/PatternMatching/OptionalNode.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/PatternMatching/OptionalNode.cs",
"repo_id": "ILSpy",
"token_count": 612
} | 220 |
//
// IndexerDeclaration.cs
//
// Author:
// Mike Krüger <mkrueger@novell.com>
//
// Copyright (c) 2009 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in ... | ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/TypeMembers/IndexerDeclaration.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/TypeMembers/IndexerDeclaration.cs",
"repo_id": "ILSpy",
"token_count": 1422
} | 221 |
// Copyright (c) 2016 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// publ... | ILSpy/ICSharpCode.Decompiler/CSharp/Transforms/FixNameCollisions.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Transforms/FixNameCollisions.cs",
"repo_id": "ILSpy",
"token_count": 1177
} | 222 |
// Copyright (c) 2018 Siegfried Pammer
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// pub... | ILSpy/ICSharpCode.Decompiler/DecompileRun.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/DecompileRun.cs",
"repo_id": "ILSpy",
"token_count": 950
} | 223 |
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, co... | ILSpy/ICSharpCode.Decompiler/Documentation/XmlDocLoader.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Documentation/XmlDocLoader.cs",
"repo_id": "ILSpy",
"token_count": 2075
} | 224 |
// Copyright (c) 2017 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// publi... | ILSpy/ICSharpCode.Decompiler/IL/ControlFlow/AsyncAwaitDecompiler.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/ControlFlow/AsyncAwaitDecompiler.cs",
"repo_id": "ILSpy",
"token_count": 26599
} | 225 |
#nullable enable
using System;
using System.Collections.Generic;
using System.Text;
using ICSharpCode.Decompiler.Util;
namespace ICSharpCode.Decompiler.IL
{
internal static class ILInstructionExtensions
{
public static T WithILRange<T>(this T target, ILInstruction sourceInstruction) where T : ILInstruction
{
... | ILSpy/ICSharpCode.Decompiler/IL/ILInstructionExtensions.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/ILInstructionExtensions.cs",
"repo_id": "ILSpy",
"token_count": 285
} | 226 |
#nullable enable
// Copyright (c) 2016 Siegfried Pammer
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modi... | ILSpy/ICSharpCode.Decompiler/IL/Instructions/CompoundAssignmentInstruction.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/Instructions/CompoundAssignmentInstruction.cs",
"repo_id": "ILSpy",
"token_count": 5029
} | 227 |
// Copyright (c) 2018 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// publ... | ILSpy/ICSharpCode.Decompiler/IL/PointerArithmeticOffset.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/PointerArithmeticOffset.cs",
"repo_id": "ILSpy",
"token_count": 1702
} | 228 |
// Copyright (c) 2014-2017 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// ... | ILSpy/ICSharpCode.Decompiler/IL/Transforms/ExpressionTransforms.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/ExpressionTransforms.cs",
"repo_id": "ILSpy",
"token_count": 12340
} | 229 |
using System.Diagnostics;
using System.Linq;
using ICSharpCode.Decompiler.TypeSystem;
namespace ICSharpCode.Decompiler.IL.Transforms
{
using FindResult = ILInlining.FindResult;
using FindResultType = ILInlining.FindResultType;
public class NamedArgumentTransform : IStatementTransform
{
internal static FindRes... | ILSpy/ICSharpCode.Decompiler/IL/Transforms/NamedArgumentTransform.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/NamedArgumentTransform.cs",
"repo_id": "ILSpy",
"token_count": 1830
} | 230 |
// Copyright (c) 2015 Siegfried Pammer
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// publ... | ILSpy/ICSharpCode.Decompiler/IL/Transforms/TransformAssignment.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/TransformAssignment.cs",
"repo_id": "ILSpy",
"token_count": 14990
} | 231 |
// Copyright (c) 2018 Siegfried Pammer
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// pub... | ILSpy/ICSharpCode.Decompiler/Metadata/FullTypeNameSignatureDecoder.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Metadata/FullTypeNameSignatureDecoder.cs",
"repo_id": "ILSpy",
"token_count": 1237
} | 232 |
// Copyright (c) 2023 James May
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// publish, d... | ILSpy/ICSharpCode.Decompiler/Metadata/ModuleReferenceMetadata.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Metadata/ModuleReferenceMetadata.cs",
"repo_id": "ILSpy",
"token_count": 1339
} | 233 |
## About
ICSharpCode.Decompiler is the decompiler engine used in [ILSpy](https://github.com/icsharpcode/ILSpy/).
You can learn how to use it from the following samples/real-world applications:
* **decompiler-nuget-demos.ipynb** in the [ILSpy repository](https://github.com/icsharpcode/ILSpy/). This shows the basics ... | ILSpy/ICSharpCode.Decompiler/PackageReadme.md/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/PackageReadme.md",
"repo_id": "ILSpy",
"token_count": 257
} | 234 |
// Copyright (c) 2018 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// publ... | ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/MetadataNamespace.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/MetadataNamespace.cs",
"repo_id": "ILSpy",
"token_count": 1124
} | 235 |
// Copyright (c) 2020 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// publ... | ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/SyntheticRangeIndexer.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/SyntheticRangeIndexer.cs",
"repo_id": "ILSpy",
"token_count": 1985
} | 236 |
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, co... | ILSpy/ICSharpCode.Decompiler/TypeSystem/ReferenceResolvingException.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/ReferenceResolvingException.cs",
"repo_id": "ILSpy",
"token_count": 858
} | 237 |
// Copyright (c) 2016 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// publ... | ILSpy/ICSharpCode.Decompiler/Util/BitSet.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Util/BitSet.cs",
"repo_id": "ILSpy",
"token_count": 3561
} | 238 |
#nullable enable
// Copyright (c) 2016 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modif... | ILSpy/ICSharpCode.Decompiler/Util/LongSet.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Util/LongSet.cs",
"repo_id": "ILSpy",
"token_count": 4029
} | 239 |
#region Using directives
using System;
using System.Diagnostics.CodeAnalysis;
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Versioning;
#endregion
// This sets the default COM visibility of types in the assembly to ... | ILSpy/ICSharpCode.ILSpyCmd/Properties/AssemblyInfo.cs/0 | {
"file_path": "ILSpy/ICSharpCode.ILSpyCmd/Properties/AssemblyInfo.cs",
"repo_id": "ILSpy",
"token_count": 246
} | 240 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.