SYMBOL INDEX (922 symbols across 83 files) FILE: Arch.AOT.SourceGenerator/ComponentType.cs type ComponentType (line 7) | public struct ComponentType method ComponentType (line 28) | public ComponentType(string typeName, bool isZeroSize, bool isValueType) FILE: Arch.AOT.SourceGenerator/Extensions/StringBuilderExtensions.cs class StringBuilderExtensions (line 9) | public static class StringBuilderExtensions method AppendComponentTypes (line 17) | public static StringBuilder AppendComponentTypes(this StringBuilder sb... method AppendComponentType (line 54) | public static StringBuilder AppendComponentType(this StringBuilder sb,... FILE: Arch.AOT.SourceGenerator/SourceGenerator.cs class ComponentRegistryGenerator (line 14) | [Generator(LanguageNames.CSharp)] method Initialize (line 36) | public void Initialize(IncrementalGeneratorInitializationContext context) method ShouldTypeBeRegistered (line 60) | private static bool ShouldTypeBeRegistered(SyntaxNode node, Cancellati... method GetMemberDeclarationsForSourceGen (line 76) | private static (TypeDeclarationSyntax, bool attributeFound) GetMemberD... method GenerateCode (line 106) | private void GenerateCode(SourceProductionContext productionContext, C... FILE: Arch.EventBus/EventBus.cs type EventBus (line 9) | public struct EventBus type Method (line 25) | public struct Method type ReceivingMethod (line 47) | public struct ReceivingMethod class EventBusExtensions (line 70) | public static class EventBusExtensions method RefKindToString (line 79) | public static string RefKindToString(RefKind refKind) method AppendEventMethods (line 101) | public static StringBuilder AppendEventMethods(this StringBuilder sb, ... method AppendEventMethod (line 116) | public static StringBuilder AppendEventMethod(this StringBuilder sb, M... method MethodCalls (line 141) | public static StringBuilder MethodCalls(this StringBuilder sb, Method ... method InstanceReceiverLists (line 181) | public static StringBuilder InstanceReceiverLists(this StringBuilder s... method AppendEventBus (line 208) | public static StringBuilder AppendEventBus(this StringBuilder sb, ref ... FILE: Arch.EventBus/Hooks.cs type Hooks (line 9) | public struct Hooks type ClassHooks (line 20) | public struct ClassHooks type EventHook (line 37) | public struct EventHook class HookExtensions (line 54) | public static class HookExtensions method Hook (line 64) | public static StringBuilder Hook(this StringBuilder sb, IList method Equals (line 228) | public bool Equals(MethodDeclarationSyntax x, MethodDeclarationSynta... method GetHashCode (line 233) | public int GetHashCode(MethodDeclarationSyntax obj) FILE: Arch.Extended.Sample/Components.cs type Position (line 13) | public struct Position method Position (line 26) | public Position(float x, float y) method Position (line 36) | public Position(Vector2 vector2) type Velocity (line 45) | public struct Velocity method Velocity (line 58) | public Velocity(float x, float y) method Velocity (line 68) | public Velocity(Vector2 vector2) type Sprite (line 77) | public struct Sprite method Sprite (line 100) | public Sprite(Texture2D texture2D, Color color) FILE: Arch.Extended.Sample/Extensions.cs class TextureExtensions (line 7) | public static class TextureExtensions method CreateSquareTexture (line 15) | public static Texture2D CreateSquareTexture(GraphicsDevice graphicsDev... class RandomExtensions (line 26) | public static class RandomExtensions method NextVector2 (line 34) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NextVector2 (line 47) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NextColor (line 58) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.Extended.Sample/Game.cs class Game (line 27) | public class Game : Microsoft.Xna.Framework.Game method Game (line 43) | public Game() method Initialize (line 49) | protected override void Initialize() method LoadContent (line 58) | protected override void LoadContent() method BeginRun (line 64) | protected override void BeginRun() method Update (line 115) | protected override void Update(GameTime gameTime) method Draw (line 202) | protected override void Draw(GameTime gameTime) method EndRun (line 213) | protected override void EndRun() FILE: Arch.Extended.Sample/Serializer.cs class SpriteSerializer (line 13) | public class SpriteSerializer : IJsonFormatter, IMessagePackForm... method Serialize (line 20) | public void Serialize(ref JsonWriter writer, Sprite value, IJsonFormat... method Deserialize (line 36) | public Sprite Deserialize(ref JsonReader reader, IJsonFormatterResolve... method Serialize (line 61) | public void Serialize(ref MessagePackWriter writer, Sprite value, Mess... method Deserialize (line 70) | public Sprite Deserialize(ref MessagePackReader reader, MessagePackSer... FILE: Arch.Extended.Sample/Systems.cs class MovementSystem (line 16) | public partial class MovementSystem : BaseSystem method MovementSystem (line 30) | public MovementSystem(World world, Rectangle viewport) : base(world) {... method Move (line 39) | [Query(Parallel = true)] method Bounce (line 52) | [Query] class ColorSystem (line 73) | public partial class ColorSystem : BaseSystem method ColorSystem (line 79) | public ColorSystem(World world) : base(world) {} method ChangeColor (line 87) | [Query] class DrawSystem (line 100) | public partial class DrawSystem : BaseSystem method DrawSystem (line 112) | public DrawSystem(World world, SpriteBatch batch) : base(world) { _bat... method BeforeUpdate (line 118) | public override void BeforeUpdate(in GameTime t) method Draw (line 130) | [Query] method AfterUpdate (line 141) | public override void AfterUpdate(in GameTime t) class DebugSystem (line 151) | public partial class DebugSystem : BaseSystem method DebugSystem (line 162) | public DebugSystem(World world) : base(world) method Update (line 171) | public override void Update(in GameTime t) method PrintEntitiesWithoutVelocity (line 182) | [Query] method OnKeyboardEventPrint (line 195) | [Event(order: 0)] class EventHandler (line 206) | public static partial class EventHandler method OnDeleteStopEntities (line 214) | [Event(order: 1)] FILE: Arch.LowLevel.Tests/ArrayTest.cs class ArrayTest (line 9) | [TestFixture] method ArrayCreate (line 15) | [Test] method ArrayEnumerator (line 26) | [Test] method ArrayEmptyIsEmpty (line 39) | [Test] method ArrayFill (line 46) | [Test] method ArrayCopy (line 56) | [Test] method ArrayResizeShrink (line 79) | [Test] method ArrayResizeGrow (line 91) | [Test] method ArrayEquals (line 103) | [Test] method ArrayNotEquals (line 113) | [Test] FILE: Arch.LowLevel.Tests/Jagged/JaggedArrayTest.cs class JaggedArrayTest (line 10) | [TestFixture] method Add (line 17) | [Test] method TryGetValue (line 39) | [Test] method TryGetValueRef (line 64) | [Test] method Remove (line 94) | [Test] method TrimExcess (line 123) | [Test] FILE: Arch.LowLevel.Tests/ResourcesTest.cs class ResourcesTest (line 8) | [TestFixture] method ResourcesAddHandle (line 15) | [Test] method ResourcesAddManyHandles (line 30) | [Test] method ResourcesGetHandle (line 52) | [Test] method ResourcesRemoveHandle (line 71) | [Test] method ResourcesRecycleHandle (line 91) | [Test] method ResourcesHandleValid (line 111) | [Test] method ResourcesDispose (line 126) | [Test] FILE: Arch.LowLevel.Tests/UnsafeArrayTest.cs class UnsafeArrayTest (line 9) | [TestFixture] method UnsafeArrayCreate (line 15) | [Test] method UnsafeArrayEnumerator (line 26) | [Test] method UnsafeArrayEmptyIsEmpty (line 39) | [Test] method UnsafeArrayFill (line 51) | [Test] method UnsafeArrayCopy (line 66) | [Test] method UnsafeArrayResizeShrink (line 94) | [Test] method UnsafeArrayResizeGrow (line 108) | [Test] method UnsafeArrayEquals (line 122) | [Test] method UnsafeArrayNotEquals (line 132) | [Test] FILE: Arch.LowLevel.Tests/UnsafeListTest.cs class UnsafeListTest (line 8) | [TestFixture] method UnsafeListAdd (line 15) | [Test] method UnsafeListGetHashCode (line 30) | [Test] method UnsafeListRefIndex (line 42) | [Test] method UnsafeListIndex (line 62) | [Test] method UnsafeListCopyTo (line 83) | [Test] method UnsafeListClear (line 114) | [Test] method UnsafeListAsSpan (line 129) | [Test] method UnsafeListEquality (line 143) | [Test] method UnsafeListInsertAt (line 170) | [Test] method UnsafeListRemoveAt (line 200) | [Test] method UnsafeListRemove (line 227) | [Test] method UnsafeListContains (line 245) | [Test] method UnsafeListIndexOf (line 261) | [Test] method UnsafeListEnsureCapacity (line 278) | [Test] method UnsafeListTrimExcess (line 298) | [Test] method UnsafeListEnumerator (line 314) | [Test] method UnsafeListAsIListEnumeratorReset (line 350) | [Test] method UnsafeListEnumeratorReset (line 378) | [Test] method UnsafeListFuzz (line 403) | [Test] FILE: Arch.LowLevel.Tests/UnsafeQueueTest.cs class UnsafeQueueTest (line 7) | [TestFixture] method UnsafeQueueEnqueue (line 14) | [Test] method UnsafeQueueAsSpan (line 29) | [Test] method UnsafeQueuePeek (line 45) | [Test] method UnsafeQueueDequeue (line 60) | [Test] method UnsafeQueueClear (line 83) | [Test] method UnsafeQueueEnumerator (line 101) | [Test] method UnsafeQueueInvalidConstruction (line 121) | [Test] method UnsafeQueueEnsureCapacity (line 133) | [Test] method UnsafeQueueTrimExcess (line 150) | [Test] FILE: Arch.LowLevel.Tests/UnsafeStackTest.cs class UnsafeStackTest (line 9) | [TestFixture] method UnsafeStackInvalidCapacity (line 15) | [Test] method UnsafeStackAdd (line 24) | [Test] method UnsafeStackAsSpan (line 46) | [Test] method UnsafeStackAddBeyondCapacity (line 68) | [Test] method UnsafeStackEnsureCapacityExpands (line 90) | [Test] method UnsafeStackEnsureCapacityCannotShrink (line 104) | [Test] method UnsafeStackEnsureCapacityExpandsALot (line 118) | [Test] method UnsafeStackTrimExcessShrinks (line 132) | [Test] method UnsafeStackTrimExcessNeverExpands (line 146) | [Test] method UnsafeStackClear (line 159) | [Test] method UnsafeStackPeek (line 180) | [Test] method UnsafeStackPop (line 195) | [Test] method UnsafeStackEnumerator (line 210) | [Test] method UnsafeStackEnumeratorReset (line 230) | [Test] method UnsafeStackIEnumerableTEnumerator (line 258) | [Test] method UnsafeStackIEnumerableEnumeratorReset (line 279) | [Test] FILE: Arch.LowLevel/Array.cs type Array (line 15) | [DebuggerTypeProxy(typeof(ArrayDebugView<>))] method Array (line 34) | public Array(int count) method Array (line 45) | public Array(T[] array) method AsSpan (line 83) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetEnumerator (line 93) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 104) | public bool Equals(Array other) method Equals (line 114) | public override bool Equals(object? obj) method GetHashCode (line 145) | public override int GetHashCode() method ToString (line 176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Empty (line 201) | public static Array Empty() method Copy (line 214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Fill (line 226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Resize (line 239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Array (line 193) | public unsafe struct Array method Array (line 34) | public Array(int count) method Array (line 45) | public Array(T[] array) method AsSpan (line 83) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetEnumerator (line 93) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 104) | public bool Equals(Array other) method Equals (line 114) | public override bool Equals(object? obj) method GetHashCode (line 145) | public override int GetHashCode() method ToString (line 176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Empty (line 201) | public static Array Empty() method Copy (line 214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Fill (line 226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Resize (line 239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class ArrayDebugView (line 256) | internal class ArrayDebugView where T : unmanaged method ArrayDebugView (line 272) | public ArrayDebugView(Array entity) => _entity = entity; FILE: Arch.LowLevel/Enumerators.cs type Enumerator (line 10) | public unsafe ref struct Enumerator method Enumerator (line 20) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MoveNext (line 37) | public bool MoveNext() method Reset (line 45) | public void Reset() type UnsafeIEnumerator (line 55) | public unsafe struct UnsafeIEnumerator : IEnumerator where T : unm... method UnsafeIEnumerator (line 66) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dispose (line 87) | public void Dispose() { } method MoveNext (line 93) | public bool MoveNext() method Reset (line 101) | public void Reset() type UnsafeEnumerator (line 111) | public unsafe ref struct UnsafeEnumerator where T : unmanaged method UnsafeEnumerator (line 122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MoveNext (line 139) | public bool MoveNext() method Reset (line 147) | public void Reset() type ReverseIEnumerator (line 157) | public unsafe struct ReverseIEnumerator : IEnumerator where T : un... method ReverseIEnumerator (line 168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dispose (line 189) | public void Dispose() { } method MoveNext (line 195) | public bool MoveNext() method Reset (line 203) | public void Reset() type UnsafeReverseEnumerator (line 212) | public unsafe ref struct UnsafeReverseEnumerator where T : unmanaged method UnsafeReverseEnumerator (line 223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MoveNext (line 240) | public bool MoveNext() method Reset (line 248) | public void Reset() FILE: Arch.LowLevel/Jagged/JaggedArray.cs class MathExtensions (line 12) | internal static class MathExtensions method RoundToPowerOfTwo (line 19) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Bucket (line 43) | public record struct Bucket class JaggedArray (line 105) | public class JaggedArray method JaggedArray (line 137) | public JaggedArray(int bucketSize, int capacity = 64) method JaggedArray (line 161) | public JaggedArray(int bucketSize, T filler, int capacity = 64) : this... method Add (line 194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Remove (line 208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TryGetValue (line 224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TryGetValue (line 254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ContainsKey (line 283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnsureCapacity (line 302) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TrimExcess (line 325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexToSlot (line 351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBucket (line 366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SetBucket (line 377) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clear (line 400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.LowLevel/Jagged/SparseJaggedArray.cs type SparseBucket (line 14) | public record struct SparseBucket class SparseJaggedArray (line 131) | public class SparseJaggedArray method SparseJaggedArray (line 163) | public SparseJaggedArray(int bucketSize, int capacity = 64) method SparseJaggedArray (line 187) | public SparseJaggedArray(int bucketSize, T filler, int capacity = 64) ... method Add (line 225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Remove (line 240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TryGetValue (line 258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TryGetValue (line 296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ContainsKey (line 333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnsureCapacity (line 359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TrimExcess (line 382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexToSlot (line 408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBucket (line 423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SetBucket (line 434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clear (line 457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.LowLevel/Jagged/UnsafeJaggedArray.cs type UnsafeBucket (line 11) | public record struct UnsafeBucket : IDisposable where T : unmanaged type UnsafeJaggedArray (line 82) | public struct UnsafeJaggedArray : IDisposable where T : unmanaged method UnsafeJaggedArray (line 114) | public UnsafeJaggedArray(int bucketSize, int capacity = 64) method UnsafeJaggedArray (line 138) | public UnsafeJaggedArray(int bucketSize, T filler, int capacity = 64) method Add (line 171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Remove (line 185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TryGetValue (line 201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TryGetValue (line 232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ContainsKey (line 261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnsureCapacity (line 280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TrimExcess (line 303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexToSlot (line 329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBucket (line 344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SetBucket (line 356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clear (line 379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dispose (line 396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.LowLevel/Jagged/UnsafeSparseJaggedArray.cs type UnsafeSparseBucket (line 13) | public record struct UnsafeSparseBucket : IDisposable where T : unman... type UnsafeSparseJaggedArray (line 142) | public struct UnsafeSparseJaggedArray : IDisposable where T : unmanaged method UnsafeSparseJaggedArray (line 174) | public UnsafeSparseJaggedArray(int bucketSize, int capacity = 64) method UnsafeSparseJaggedArray (line 198) | public UnsafeSparseJaggedArray(int bucketSize, T filler, int capacity ... method Add (line 236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Remove (line 251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TryGetValue (line 269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TryGetValue (line 307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ContainsKey (line 344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnsureCapacity (line 370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TrimExcess (line 393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexToSlot (line 419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBucket (line 434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SetBucket (line 446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clear (line 469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dispose (line 486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.LowLevel/Resources.cs type Handle (line 13) | public readonly record struct Handle class Resources (line 49) | public sealed class Resources : IDisposable method Resources (line 66) | public Resources(int capacity = 64) method Resources (line 77) | public Resources(int size, int capacity = 64) method Add (line 100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsValid (line 121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Get (line 132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Remove (line 142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TrimExcess (line 154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dispose (line 164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.LowLevel/UnsafeArray.cs type UnsafeArray (line 13) | [DebuggerTypeProxy(typeof(UnsafeArrayDebugView<>))] method UnsafeArray (line 32) | public UnsafeArray(int count) method UnsafeArray (line 47) | public UnsafeArray(T* ptr, int count) method Dispose (line 84) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AsSpan (line 98) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetEnumerator (line 108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 119) | public bool Equals(UnsafeArray other) method Equals (line 129) | public override bool Equals(object? obj) method GetHashCode (line 161) | public override int GetHashCode() method ToString (line 195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Empty (line 219) | public static UnsafeArray Empty() where T : unmanaged method Copy (line 232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Fill (line 248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Resize (line 261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type UnsafeArray (line 211) | public unsafe struct UnsafeArray method UnsafeArray (line 32) | public UnsafeArray(int count) method UnsafeArray (line 47) | public UnsafeArray(T* ptr, int count) method Dispose (line 84) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AsSpan (line 98) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetEnumerator (line 108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 119) | public bool Equals(UnsafeArray other) method Equals (line 129) | public override bool Equals(object? obj) method GetHashCode (line 161) | public override int GetHashCode() method ToString (line 195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Empty (line 219) | public static UnsafeArray Empty() where T : unmanaged method Copy (line 232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Fill (line 248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Resize (line 261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class UnsafeArrayDebugView (line 276) | internal class UnsafeArrayDebugView where T : unmanaged method UnsafeArrayDebugView (line 292) | public UnsafeArrayDebugView(UnsafeArray entity) => _entity = entity; FILE: Arch.LowLevel/UnsafeList.cs type UnsafeList (line 13) | [DebuggerTypeProxy(typeof(UnsafeListDebugView<>))] method UnsafeList (line 25) | public UnsafeList(int capacity = 8) method UnsafeList (line 37) | public UnsafeList(T* ptr, int capacity = 8) method Add (line 81) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Insert (line 98) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RemoveAt (line 133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Remove (line 155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOf (line 170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnsureCapacity (line 226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TrimExcess (line 248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CheckIndex (line 285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clear (line 302) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dispose (line 311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AsSpan (line 321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetEnumerator (line 331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetEnumerator (line 341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetEnumerator (line 351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 362) | public bool Equals(UnsafeList other) method Equals (line 372) | public override bool Equals(object? obj) method GetHashCode (line 403) | public override int GetHashCode() method ToString (line 418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class UnsafeListDebugView (line 436) | internal class UnsafeListDebugView where T : unmanaged method UnsafeListDebugView (line 452) | public UnsafeListDebugView(UnsafeList entity) => _entity = entity; FILE: Arch.LowLevel/UnsafeQueue.cs type UnsafeQueue (line 14) | [DebuggerTypeProxy(typeof(UnsafeQueueDebugView<>))] method UnsafeQueue (line 27) | public UnsafeQueue(int capacity) method Enqueue (line 61) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dequeue (line 79) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Peek (line 98) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TrimExcess (line 112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnsureCapacity (line 124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SetCapacity (line 140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clear (line 176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dispose (line 185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AsSpan (line 196) | [Pure] method GetEnumerator (line 207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetEnumerator (line 217) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetEnumerator (line 227) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class UnsafeQueueDebugView (line 254) | internal class UnsafeQueueDebugView where T : unmanaged method UnsafeQueueDebugView (line 270) | public UnsafeQueueDebugView(UnsafeQueue entity) => _entity = entity; FILE: Arch.LowLevel/UnsafeStack.cs type UnsafeStack (line 13) | [DebuggerTypeProxy(typeof(UnsafeStackDebugView<>))] method UnsafeStack (line 37) | public UnsafeStack(int capacity = DefaultCapacity) method Push (line 89) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Pop (line 106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Peek (line 123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnsureCapacity (line 138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TrimExcess (line 164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clear (line 186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dispose (line 195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AsSpan (line 205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetEnumerator (line 215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetEnumerator (line 225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetEnumerator (line 235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class UnsafeStackDebugView (line 262) | internal class UnsafeStackDebugView where T : unmanaged method UnsafeStackDebugView (line 278) | public UnsafeStackDebugView(UnsafeStack entity) => _entity = entity; FILE: Arch.Persistence.Tests/PersistenceTest.cs type Transform (line 13) | public record struct Transform type MetaData (line 23) | public record struct MetaData class Tests (line 28) | public class Tests method Setup (line 35) | [SetUp] method BinaryWorldSerialization (line 51) | [Test] method BinaryEntitySerialization (line 94) | [Test] method JsonWorldSerialization (line 110) | [Test] method JsonEntitySerialization (line 153) | [Test] FILE: Arch.Persistence/Binary.cs class SingleEntityFormatter (line 18) | public partial class SingleEntityFormatter : IMessagePackFormatter method Serialize (line 22) | public void Serialize(ref MessagePackWriter writer, Entity value, Mess... method Deserialize (line 50) | public Entity Deserialize(ref MessagePackReader reader, MessagePackSer... class EntityFormatter (line 85) | public partial class EntityFormatter : IMessagePackFormatter method Serialize (line 88) | public void Serialize(ref MessagePackWriter writer, Entity value, Mess... method Deserialize (line 95) | public Entity Deserialize(ref MessagePackReader reader, MessagePackSer... class ArrayFormatter (line 108) | public partial class ArrayFormatter : IMessagePackFormatter method Serialize (line 111) | public void Serialize(ref MessagePackWriter writer, Array value, Messa... method Deserialize (line 128) | public Array Deserialize(ref MessagePackReader reader, MessagePackSeri... class JaggedArrayFormatter (line 152) | public partial class JaggedArrayFormatter : IMessagePackFormatter val... method Deserialize (line 179) | public JaggedArray Deserialize(ref MessagePackReader reader, Messag... class ComponentTypeFormatter (line 198) | public partial class ComponentTypeFormatter : IMessagePackFormatter method Serialize (line 227) | public void Serialize(ref MessagePackWriter writer, Signature value, M... method Deserialize (line 240) | public Signature Deserialize(ref MessagePackReader reader, MessagePack... class EntitySlotFormatter (line 262) | public partial class EntitySlotFormatter : IMessagePackFormatter method Serialize (line 294) | public void Serialize(ref MessagePackWriter writer, World value, Messa... method Deserialize (line 316) | public World Deserialize(ref MessagePackReader reader, MessagePackSeri... class ArchetypeFormatter (line 361) | public partial class ArchetypeFormatter : IMessagePackFormatter method Serialize (line 364) | public void Serialize(ref MessagePackWriter writer, Archetype value, M... method Deserialize (line 390) | public Archetype Deserialize(ref MessagePackReader reader, MessagePack... class ChunkFormatter (line 435) | public partial class ChunkFormatter : IMessagePackFormatter method Serialize (line 438) | public void Serialize(ref MessagePackWriter writer, Chunk value, Messa... method Deserialize (line 459) | public Chunk Deserialize(ref MessagePackReader reader, MessagePackSeri... FILE: Arch.Persistence/Json.cs class SingleEntityFormatter (line 17) | public partial class SingleEntityFormatter : IJsonFormatter method Serialize (line 26) | public void Serialize(ref JsonWriter writer, Entity value, IJsonFormat... method Deserialize (line 75) | public Entity Deserialize(ref JsonReader reader, IJsonFormatterResolve... class EntityFormatter (line 128) | public partial class EntityFormatter : IJsonFormatter method Serialize (line 138) | public void Serialize(ref JsonWriter writer, Entity value, IJsonFormat... method Deserialize (line 146) | public Entity Deserialize(ref JsonReader reader, IJsonFormatterResolve... class ArrayFormatter (line 161) | public partial class ArrayFormatter : IJsonFormatter method Serialize (line 164) | public void Serialize(ref JsonWriter writer, Array value, IJsonFormatt... method Deserialize (line 193) | public Array Deserialize(ref JsonReader reader, IJsonFormatterResolver... class JaggedArrayFormatter (line 227) | public partial class JaggedArrayFormatter : IJsonFormatter value, IJs... method Deserialize (line 260) | public JaggedArray Deserialize(ref JsonReader reader, IJsonFormatte... class ComponentTypeFormatter (line 290) | public partial class ComponentTypeFormatter : IJsonFormatter method Serialize (line 293) | public void Serialize(ref JsonWriter writer, ComponentType value, IJso... method Deserialize (line 310) | public ComponentType Deserialize(ref JsonReader reader, IJsonFormatter... class SignatureFormatter (line 332) | public partial class SignatureFormatter : IJsonFormatter method Serialize (line 335) | public void Serialize(ref JsonWriter writer, Signature value, IJsonFor... method Deserialize (line 367) | public Signature Deserialize(ref JsonReader reader, IJsonFormatterReso... class EntitySlotFormatter (line 400) | public partial class EntitySlotFormatter : IJsonFormatter method Serialize (line 403) | public void Serialize(ref JsonWriter writer, EntityData value, IJsonFo... method Deserialize (line 420) | public EntityData Deserialize(ref JsonReader reader, IJsonFormatterRes... class WorldFormatter (line 442) | public partial class WorldFormatter : IJsonFormatter method Serialize (line 445) | public void Serialize(ref JsonWriter writer, World value, IJsonFormatt... method Deserialize (line 511) | public World Deserialize(ref JsonReader reader, IJsonFormatterResolver... class ArchetypeFormatter (line 589) | public partial class ArchetypeFormatter : IJsonFormatter method Serialize (line 598) | public void Serialize(ref JsonWriter writer, Archetype value, IJsonFor... method Deserialize (line 644) | public Archetype Deserialize(ref JsonReader reader, IJsonFormatterReso... class ChunkFormatter (line 703) | public partial class ChunkFormatter : IJsonFormatter method Serialize (line 731) | public void Serialize(ref JsonWriter writer, Chunk value, IJsonFormatt... method Deserialize (line 772) | public Chunk Deserialize(ref JsonReader reader, IJsonFormatterResolver... FILE: Arch.Persistence/Serializer.cs type IArchSerializer (line 17) | public interface IArchSerializer method Serialize (line 24) | byte[] Serialize(World world, Entity entity); method Serialize (line 32) | void Serialize(Stream stream, World world, Entity entity); method Serialize (line 40) | void Serialize(IBufferWriter writer, World world, Entity entity); method Deserialize (line 49) | Entity Deserialize(World world, byte[] entity); method Deserialize (line 58) | Entity Deserialize(Stream stream, World world); method Serialize (line 64) | byte[] Serialize(World world); method Serialize (line 71) | void Serialize(Stream stream, World world); method Serialize (line 78) | void Serialize(IBufferWriter writer, World world); method Deserialize (line 85) | World Deserialize(byte[] world); method Deserialize (line 92) | World Deserialize(Stream stream); class ArchBinarySerializer (line 99) | public class ArchBinarySerializer : IArchSerializer method ArchBinarySerializer (line 142) | public ArchBinarySerializer(params IMessagePackFormatter[] custFormatt... method Serialize (line 169) | public byte[] Serialize(World world, Entity entity) method Serialize (line 176) | public void Serialize(Stream stream, World world, Entity entity) method Serialize (line 183) | public void Serialize(IBufferWriter writer, World world, Entity ... method Deserialize (line 190) | public Entity Deserialize(World world, byte[] entity) method Deserialize (line 197) | public Entity Deserialize(Stream stream, World world) method Serialize (line 204) | public byte[] Serialize(World world) method Serialize (line 210) | public void Serialize(Stream stream, World world) method Serialize (line 216) | public void Serialize(IBufferWriter writer, World world) method Deserialize (line 222) | public World Deserialize(byte[] world) method Deserialize (line 228) | public World Deserialize(Stream stream) class ArchJsonSerializer (line 238) | public class ArchJsonSerializer : IArchSerializer method ArchJsonSerializer (line 284) | public ArchJsonSerializer(params IJsonFormatter[] custFormatters) method ArchJsonSerializer (line 310) | public ArchJsonSerializer(IJsonFormatter[] custFormatters, IJsonFormat... method ToJson (line 337) | public string ToJson(World world) method ToJson (line 349) | public string ToJson(World world, Entity entity) method FromJson (line 360) | public World FromJson(string jsonWorld) method FromJson (line 372) | public Entity FromJson(World world, string jsonEntity) method Serialize (line 379) | public byte[] Serialize(World world, Entity entity) method Serialize (line 386) | public void Serialize(Stream stream, World world, Entity entity) method Serialize (line 393) | public void Serialize(IBufferWriter writer, World world, Entity ... method Deserialize (line 399) | public Entity Deserialize(World world, byte[] entity) method Deserialize (line 406) | public Entity Deserialize(Stream stream, World world) method Serialize (line 413) | public byte[] Serialize(World world) method Serialize (line 419) | public void Serialize(Stream stream, World world) method Serialize (line 425) | public void Serialize(IBufferWriter writer, World world) method Deserialize (line 431) | public World Deserialize(byte[] world) method Deserialize (line 437) | public World Deserialize(Stream stream) FILE: Arch.Persistence/StreamBufferWriter.cs class StreamBufferWriter (line 10) | public sealed class StreamBufferWriter : IBufferWriter, IDisposable method StreamBufferWriter (line 38) | public StreamBufferWriter(Stream destination, int bufferSize = 1024, b... method Lease (line 56) | private int Lease(int sizeHint) method Flush (line 73) | public void Flush(bool flushUnderlyingStream = false) method Advance (line 91) | void IBufferWriter.Advance(int count) method GetMemory (line 103) | Memory IBufferWriter.GetMemory(int sizeHint) method GetSpan (line 114) | Span IBufferWriter.GetSpan(int sizeHint) method Dispose (line 123) | public void Dispose() FILE: Arch.Relationships.Tests/RelationshipTest.cs type ParentOf (line 10) | public record struct ParentOf; type ChildOf (line 11) | public record struct ChildOf; class RelationshipTest (line 17) | [TestFixture] method SetUp (line 22) | [SetUp] method NoRelationships (line 31) | [Test] method AddRelationship (line 63) | [Test] method RelationshipData (line 77) | [Test] method RemoveRelationship (line 98) | [Test] method RelationshipCleanup (line 115) | [Test] method QueryRelationship (line 184) | [Test] FILE: Arch.Relationships/EntityRelationshipExtensions.cs class EntityRelationshipExtensions (line 13) | public static class EntityRelationshipExtensions method AddRelationship (line 23) | public static void AddRelationship(this in Entity source, Entity ta... method SetRelationship (line 36) | public static void SetRelationship(this in Entity source, Entity ta... method HasRelationship (line 49) | [MethodImpl(MethodImplOptions.AggressiveInlining), Pure] method HasRelationship (line 62) | [MethodImpl(MethodImplOptions.AggressiveInlining), Pure] method GetRelationship (line 76) | [MethodImpl(MethodImplOptions.AggressiveInlining), Pure] method GetRelationships (line 89) | [MethodImpl(MethodImplOptions.AggressiveInlining), Pure] method TryGetRelationship (line 105) | [MethodImpl(MethodImplOptions.AggressiveInlining), Pure] method RemoveRelationship (line 118) | public static void RemoveRelationship(this in Entity source, Entity... FILE: Arch.Relationships/Enumerators.cs type SortedListEnumerator (line 15) | public struct SortedListEnumerator method SortedListEnumerator (line 24) | public SortedListEnumerator(SortedList list) method MoveNext (line 49) | public bool MoveNext() method Reset (line 58) | public void Reset() FILE: Arch.Relationships/InRelationship.cs type InRelationship (line 12) | internal readonly struct InRelationship method InRelationship (line 25) | internal InRelationship(ComponentType targetRelation) method InRelationship (line 35) | internal InRelationship(int componentTypeId) FILE: Arch.Relationships/Relationship.cs type IRelationship (line 10) | internal interface IRelationship method Destroy (line 26) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Remove (line 33) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Relationship (line 41) | public class Relationship : IRelationship method Relationship (line 52) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Relationship (line 62) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Add (line 87) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 98) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Get (line 120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TryGetValue (line 132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Remove (line 139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Remove (line 146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Destroy (line 153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Destroy (line 160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetEnumerator (line 170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.Relationships/WorldRelationshipExtensions.cs class WorldRelationshipExtensions (line 15) | public static class WorldRelationshipExtensions method HandleRelationshipCleanup (line 23) | public static void HandleRelationshipCleanup(this World world) method CleanupRelationships (line 34) | public static void CleanupRelationships(this World world, in Entity en... method AddRelationship (line 80) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AddOrGetRelationship (line 100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AddOrGetRelationships (line 120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SetRelationship (line 141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HasRelationship (line 156) | [MethodImpl(MethodImplOptions.AggressiveInlining), Pure] method HasRelationship (line 175) | [MethodImpl(MethodImplOptions.AggressiveInlining), Pure] method GetRelationship (line 189) | [MethodImpl(MethodImplOptions.AggressiveInlining), Pure] method TryGetRelationship (line 206) | [MethodImpl(MethodImplOptions.AggressiveInlining), Pure] method GetRelationships (line 226) | [MethodImpl(MethodImplOptions.AggressiveInlining), Pure] method TryGetRelationships (line 240) | [MethodImpl(MethodImplOptions.AggressiveInlining), Pure] method TryGetRefRelationships (line 255) | [MethodImpl(MethodImplOptions.AggressiveInlining), Pure] method RemoveRelationship (line 268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.SnapshotTests/SnapshotTest.cs class SnapshotTest (line 21) | [TestFixture] method TestSystem (line 32) | private static void TestSystem(Compilation compilation, string testSys... method VerifyCompilation (line 75) | private static void VerifyCompilation(string compilationFolder, string... method BasicCompilation (line 169) | [Test] method AttributeQueryCompilation (line 175) | [Test] method ParamQueryCompilation (line 181) | [Test] method DataParamCompilation (line 187) | [Test] method GeneratedUpdateCompilation (line 193) | [Test] FILE: Arch.System.SourceGenerator.Tests/AttributeQueryCompilation/AttributeQuerySystem.cs class AttributeQuerySystem (line 11) | internal partial class AttributeQuerySystem : BaseTestSystem method AttributeQuerySystem (line 13) | public AttributeQuerySystem(World world) : base(world) { } method IncrementA (line 15) | [Query] method IncrementAOrB (line 23) | [Query] method IncrementAOrBNotC (line 41) | [Query] method IncrementAAndB (line 60) | [Query] method IncrementANotB (line 70) | [Query] method IncrementAAndBExclusive (line 79) | [Query] method Setup (line 92) | public override void Setup() method TestExpectedValues (line 107) | private void TestExpectedValues() method Update (line 120) | public override void Update(in int t) FILE: Arch.System.SourceGenerator.Tests/AttributeQueryCompilation/ExpectedGeneration/AttributeQuerySystem.IncrementA(Entity).g.cs class AttributeQuerySystem (line 13) | partial class AttributeQuerySystem method IncrementAQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/AttributeQueryCompilation/ExpectedGeneration/AttributeQuerySystem.IncrementAAndB(Entity).g.cs class AttributeQuerySystem (line 13) | partial class AttributeQuerySystem method IncrementAAndBQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/AttributeQueryCompilation/ExpectedGeneration/AttributeQuerySystem.IncrementAAndBExclusive(Entity).g.cs class AttributeQuerySystem (line 13) | partial class AttributeQuerySystem method IncrementAAndBExclusiveQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/AttributeQueryCompilation/ExpectedGeneration/AttributeQuerySystem.IncrementANotB(Entity).g.cs class AttributeQuerySystem (line 13) | partial class AttributeQuerySystem method IncrementANotBQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/AttributeQueryCompilation/ExpectedGeneration/AttributeQuerySystem.IncrementAOrB(Entity).g.cs class AttributeQuerySystem (line 13) | partial class AttributeQuerySystem method IncrementAOrBQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/AttributeQueryCompilation/ExpectedGeneration/AttributeQuerySystem.IncrementAOrBNotC(Entity).g.cs class AttributeQuerySystem (line 13) | partial class AttributeQuerySystem method IncrementAOrBNotCQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/BasicCompilation/BasicSystem.cs class BasicSystem (line 9) | internal partial class BasicSystem : BaseTestSystem method BasicSystem (line 11) | public BasicSystem(World world) : base(world) { } method Basic (line 16) | [Query] method BasicStatic (line 23) | [Query] method Setup (line 29) | public override void Setup() method Update (line 34) | public override void Update(in int t) FILE: Arch.System.SourceGenerator.Tests/BasicCompilation/ExpectedGeneration/BasicSystem.Basic(IntComponentA).g.cs class BasicSystem (line 13) | partial class BasicSystem method BasicQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/BasicCompilation/ExpectedGeneration/BasicSystem.BasicStatic(IntComponentA).g.cs class BasicSystem (line 13) | partial class BasicSystem method BasicStaticQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/DataParamCompilation/DataParamSystem.cs class DataParamSystem (line 10) | [SuppressMessage("Style", "IDE0060:Remove unused parameter", Justificati... method DataParamSystem (line 13) | public DataParamSystem(World world) : base(world) { } method CountANoParams (line 15) | [Query] method CountAWithParamsLeft (line 22) | [Query] method CountAWithParamsRight (line 28) | [Query] method CountAWithParamsMiddle (line 34) | [Query] method CountATwiceWithParams (line 40) | [Query] method CountAWithEntityRight (line 47) | [Query] method CountAWithEntityLeft (line 54) | [Query] method CountAWithEntityAndParamLeft (line 61) | [Query] method CountAWithEntityAndParamRight (line 67) | [Query] method AssignEntityDataParamWithEntityRight (line 87) | [Query] method Setup (line 110) | public override void Setup() method Update (line 116) | public override void Update(in int t) FILE: Arch.System.SourceGenerator.Tests/DataParamCompilation/ExpectedGeneration/DataParamSystem.AssignEntityDataParamWithEntityRight(in Entity, in IntComponentA, ref Entity).g.cs class DataParamSystem (line 13) | partial class DataParamSystem method AssignEntityDataParamWithEntityRightQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/DataParamCompilation/ExpectedGeneration/DataParamSystem.CountANoParams(ref int).g.cs class DataParamSystem (line 13) | partial class DataParamSystem method CountANoParamsQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/DataParamCompilation/ExpectedGeneration/DataParamSystem.CountATwiceWithParams(ref int, in IntComponentA, ref int, in IntComponentB).g.cs class DataParamSystem (line 13) | partial class DataParamSystem method CountATwiceWithParamsQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/DataParamCompilation/ExpectedGeneration/DataParamSystem.CountAWithEntityAndParamLeft(ref int, in IntComponentA, in Entity).g.cs class DataParamSystem (line 13) | partial class DataParamSystem method CountAWithEntityAndParamLeftQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/DataParamCompilation/ExpectedGeneration/DataParamSystem.CountAWithEntityAndParamRight(in Entity, in IntComponentA, ref int).g.cs class DataParamSystem (line 13) | partial class DataParamSystem method CountAWithEntityAndParamRightQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/DataParamCompilation/ExpectedGeneration/DataParamSystem.CountAWithEntityLeft(ref int, in Entity).g.cs class DataParamSystem (line 13) | partial class DataParamSystem method CountAWithEntityLeftQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/DataParamCompilation/ExpectedGeneration/DataParamSystem.CountAWithEntityRight(in Entity, ref int).g.cs class DataParamSystem (line 13) | partial class DataParamSystem method CountAWithEntityRightQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/DataParamCompilation/ExpectedGeneration/DataParamSystem.CountAWithParamsLeft(ref int, in IntComponentA).g.cs class DataParamSystem (line 13) | partial class DataParamSystem method CountAWithParamsLeftQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/DataParamCompilation/ExpectedGeneration/DataParamSystem.CountAWithParamsMiddle(in IntComponentA, ref int, in IntComponentB).g.cs class DataParamSystem (line 13) | partial class DataParamSystem method CountAWithParamsMiddleQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/DataParamCompilation/ExpectedGeneration/DataParamSystem.CountAWithParamsRight(in IntComponentA, ref int).g.cs class DataParamSystem (line 13) | partial class DataParamSystem method CountAWithParamsRightQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/GeneratedUpdateCompilation/ExpectedGeneration/GeneratedUpdateSystem.AutoRunA().g.cs class GeneratedUpdateSystem (line 13) | partial class GeneratedUpdateSystem method AutoRunAQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/GeneratedUpdateCompilation/ExpectedGeneration/GeneratedUpdateSystem.AutoRunB().g.cs class GeneratedUpdateSystem (line 13) | partial class GeneratedUpdateSystem method AutoRunBQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/GeneratedUpdateCompilation/ExpectedGeneration/GeneratedUpdateSystem.g.cs class GeneratedUpdateSystem (line 7) | partial class GeneratedUpdateSystem method Update (line 9) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/GeneratedUpdateCompilation/GeneratedUpdateSystem.cs class GeneratedUpdateSystem (line 9) | internal partial class GeneratedUpdateSystem : BaseTestSystem method GeneratedUpdateSystem (line 11) | public GeneratedUpdateSystem(World world) : base(world) { } method AutoRunA (line 15) | [Query] method AutoRunB (line 23) | [Query] method Setup (line 31) | public override void Setup() method Test (line 36) | public override void Test() FILE: Arch.System.SourceGenerator.Tests/ParamQueryCompilation/ExpectedGeneration/ParamQuerySystem.IncrementA(ref IntComponentA).g.cs class ParamQuerySystem (line 13) | partial class ParamQuerySystem method IncrementAQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/ParamQueryCompilation/ExpectedGeneration/ParamQuerySystem.IncrementAAndB(ref IntComponentA, ref IntComponentB).g.cs class ParamQuerySystem (line 13) | partial class ParamQuerySystem method IncrementAAndBQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/ParamQueryCompilation/ExpectedGeneration/ParamQuerySystem.IncrementANotC(ref IntComponentA).g.cs class ParamQuerySystem (line 13) | partial class ParamQuerySystem method IncrementANotCQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/ParamQueryCompilation/ExpectedGeneration/ParamQuerySystem.IncrementOnlyAWithB(ref IntComponentA, in IntComponentB).g.cs class ParamQuerySystem (line 13) | partial class ParamQuerySystem method IncrementOnlyAWithBQuery (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Arch.System.SourceGenerator.Tests/ParamQueryCompilation/ParamQuerySystem.cs class ParamQuerySystem (line 11) | internal partial class ParamQuerySystem : BaseTestSystem method ParamQuerySystem (line 13) | public ParamQuerySystem(World world) : base(world) { } method IncrementA (line 15) | [Query] method IncrementOnlyAWithB (line 21) | [Query] method IncrementANotC (line 27) | [Query] method IncrementAAndB (line 34) | [Query] method Setup (line 44) | public override void Setup() method TestExpectedValues (line 59) | private void TestExpectedValues() method Update (line 72) | public override void Update(in int t) FILE: Arch.System.SourceGenerator.Tests/Shared/BaseTestSystem.cs class BaseTestSystem (line 9) | internal abstract class BaseTestSystem : BaseSystem method BaseTestSystem (line 11) | protected BaseTestSystem(World world) : base(world) { } method Setup (line 16) | public abstract void Setup(); method Test (line 21) | public virtual void Test() FILE: Arch.System.SourceGenerator.Tests/Shared/IntComponents.cs type IIntComponent (line 4) | internal interface IIntComponent type IntComponentA (line 9) | internal struct IntComponentA : IIntComponent type IntComponentB (line 19) | internal struct IntComponentB : IIntComponent type IntComponentC (line 29) | internal struct IntComponentC : IIntComponent type IntComponentD (line 39) | internal struct IntComponentD : IIntComponent FILE: Arch.System.SourceGenerator.Tests/SystemsTest.cs class SystemsTest (line 13) | [TestFixture] method TestSystem (line 22) | private static void TestSystem() where T : BaseTestSystem method BasicCompilation (line 32) | [Test] method AttributeQueryCompilation (line 38) | [Test] method ParamQueryCompilation (line 44) | [Test] method DataParamCompilation (line 50) | [Test] method GeneratedUpdateCompilation (line 56) | [Test] FILE: Arch.System.SourceGenerator/Extensions/CommonUtils.cs class CommonUtils (line 9) | public static class CommonUtils method RefKindToString (line 17) | public static string RefKindToString(RefKind refKind) method GenericsWithoutBrackets (line 40) | public static StringBuilder GenericsWithoutBrackets(this StringBuilder... method GenericsToTypeArray (line 56) | public static StringBuilder GenericsToTypeArray(this StringBuilder sb,... FILE: Arch.System.SourceGenerator/Extensions/MethodSymbolExtensions.cs class MethodSymbolExtensions (line 8) | public static class MethodSymbolExtensions method GetAttributeData (line 17) | public static AttributeData GetAttributeData(this IMethodSymbol ms, st... FILE: Arch.System.SourceGenerator/Model.cs type BaseSystem (line 8) | public struct BaseSystem type QueryMethod (line 39) | public struct QueryMethod FILE: Arch.System.SourceGenerator/QueryUtils.cs class QueryUtils (line 9) | public static class QueryUtils method GetFirstElements (line 18) | public static StringBuilder GetFirstElements(this StringBuilder sb, IE... method GetComponents (line 34) | public static StringBuilder GetComponents(this StringBuilder sb, IEnum... method InsertParams (line 50) | public static StringBuilder InsertParams(this StringBuilder sb, IEnume... method GetTypeArray (line 65) | public static StringBuilder GetTypeArray(this StringBuilder sb, IList<... method DataParameters (line 93) | public static StringBuilder DataParameters(this StringBuilder sb, IEnu... method JobParameters (line 112) | public static StringBuilder JobParameters(this StringBuilder sb, IEnum... method JobParametersAssigment (line 129) | public static StringBuilder JobParametersAssigment(this StringBuilder ... method CallMethods (line 151) | public static StringBuilder CallMethods(this StringBuilder sb, IEnumer... method GetAttributeTypes (line 175) | public static void GetAttributeTypes(AttributeData? data, List method Equals (line 134) | public bool Equals(MethodDeclarationSyntax x, MethodDeclarationSynta... method GetHashCode (line 139) | public int GetHashCode(MethodDeclarationSyntax obj) FILE: Arch.System/Attributes.cs class QueryAttribute (line 6) | [global::System.AttributeUsage(global::System.AttributeTargets.Method)] class DataAttribute (line 19) | [global::System.AttributeUsage(global::System.AttributeTargets.Parameter)] class AllAttribute (line 27) | [global::System.AttributeUsage(global::System.AttributeTargets.Method, A... method AllAttribute (line 39) | public AllAttribute(params Type[] componentTypes) class AnyAttribute (line 48) | [global::System.AttributeUsage(global::System.AttributeTargets.Method, A... method AnyAttribute (line 60) | public AnyAttribute(params Type[] componentTypes) class NoneAttribute (line 69) | [global::System.AttributeUsage(global::System.AttributeTargets.Method, A... method NoneAttribute (line 82) | public NoneAttribute(params Type[] componentTypes) class ExclusiveAttribute (line 91) | [global::System.AttributeUsage(global::System.AttributeTargets.Method, A... method ExclusiveAttribute (line 103) | public ExclusiveAttribute(params Type[] componentTypes) FILE: Arch.System/Systems.cs type ISystem (line 20) | public interface ISystem : IDisposable method Initialize (line 25) | void Initialize(); method BeforeUpdate (line 31) | void BeforeUpdate(in T t); method Update (line 37) | void Update(in T t); method AfterUpdate (line 43) | void AfterUpdate(in T t); class BaseSystem (line 51) | public abstract class BaseSystem : ISystem method BaseSystem (line 58) | protected BaseSystem(W world) method Initialize (line 69) | public virtual void Initialize(){} method BeforeUpdate (line 72) | public virtual void BeforeUpdate(in T t) { } method Update (line 75) | public virtual void Update(in T t){} method AfterUpdate (line 78) | public virtual void AfterUpdate(in T t){} method Dispose (line 81) | public virtual void Dispose(){} class Group (line 89) | public class Group : ISystem, IEnumerable> method Group (line 111) | public Group(string name, params ISystem[] systems) method Group (line 121) | public Group(string name, IEnumerable> systems) method Add (line 144) | public Group Add(params ISystem[] systems) method Add (line 160) | public Group Add() where G : ISystem, new() method Add (line 170) | public Group Add(ISystem system) method Get (line 186) | public G Get() where G : ISystem method Find (line 211) | public IEnumerable Find() where G : ISystem method Initialize (line 235) | public void Initialize() method BeforeUpdate (line 248) | public void BeforeUpdate(in T t) method Update (line 273) | public void Update(in T t) method AfterUpdate (line 298) | public void AfterUpdate(in T t) method Dispose (line 322) | public void Dispose() method ToString (line 334) | public override string ToString() method GetEnumerator (line 353) | public IEnumerator> GetEnumerator() method GetEnumerator (line 362) | IEnumerator IEnumerable.GetEnumerator() type SystemEntry (line 370) | private readonly struct SystemEntry : IDisposable method Dispose (line 380) | public void Dispose() method SystemEntry (line 385) | public SystemEntry(ISystem system FILE: Arch.System/Templates/GenericAttributes.cs class AllAttribute (line 6) | public class AllAttribute : AllAttribute method AllAttribute (line 9) | public AllAttribute() : base(typeof(T0)) { } method AllAttribute (line 16) | public AllAttribute() : base(typeof(T0), typeof(T1)) { } method AllAttribute (line 23) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AllAttribute (line 30) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 37) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 44) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 51) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 58) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 65) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 72) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 79) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 86) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 93) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 100) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 107) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 114) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 121) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 128) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 135) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 142) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 149) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 156) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 163) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 170) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 177) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AllAttribute (line 13) | public class AllAttribute : AllAttribute method AllAttribute (line 9) | public AllAttribute() : base(typeof(T0)) { } method AllAttribute (line 16) | public AllAttribute() : base(typeof(T0), typeof(T1)) { } method AllAttribute (line 23) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AllAttribute (line 30) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 37) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 44) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 51) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 58) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 65) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 72) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 79) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 86) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 93) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 100) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 107) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 114) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 121) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 128) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 135) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 142) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 149) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 156) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 163) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 170) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 177) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AllAttribute (line 20) | public class AllAttribute : AllAttribute method AllAttribute (line 9) | public AllAttribute() : base(typeof(T0)) { } method AllAttribute (line 16) | public AllAttribute() : base(typeof(T0), typeof(T1)) { } method AllAttribute (line 23) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AllAttribute (line 30) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 37) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 44) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 51) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 58) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 65) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 72) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 79) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 86) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 93) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 100) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 107) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 114) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 121) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 128) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 135) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 142) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 149) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 156) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 163) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 170) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 177) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AllAttribute (line 27) | public class AllAttribute : AllAttribute method AllAttribute (line 9) | public AllAttribute() : base(typeof(T0)) { } method AllAttribute (line 16) | public AllAttribute() : base(typeof(T0), typeof(T1)) { } method AllAttribute (line 23) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AllAttribute (line 30) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 37) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 44) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 51) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 58) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 65) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 72) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 79) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 86) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 93) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 100) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 107) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 114) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 121) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 128) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 135) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 142) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 149) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 156) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 163) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 170) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 177) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AllAttribute (line 34) | public class AllAttribute : AllAttribute method AllAttribute (line 9) | public AllAttribute() : base(typeof(T0)) { } method AllAttribute (line 16) | public AllAttribute() : base(typeof(T0), typeof(T1)) { } method AllAttribute (line 23) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AllAttribute (line 30) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 37) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 44) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 51) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 58) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 65) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 72) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 79) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 86) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 93) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 100) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 107) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 114) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 121) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 128) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 135) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 142) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 149) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 156) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 163) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 170) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 177) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AllAttribute (line 41) | public class AllAttribute : AllAttribute method AllAttribute (line 9) | public AllAttribute() : base(typeof(T0)) { } method AllAttribute (line 16) | public AllAttribute() : base(typeof(T0), typeof(T1)) { } method AllAttribute (line 23) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AllAttribute (line 30) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 37) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 44) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 51) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 58) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 65) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 72) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 79) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 86) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 93) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 100) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 107) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 114) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 121) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 128) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 135) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 142) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 149) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 156) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 163) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 170) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 177) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AllAttribute (line 48) | public class AllAttribute : AllAttribute method AllAttribute (line 9) | public AllAttribute() : base(typeof(T0)) { } method AllAttribute (line 16) | public AllAttribute() : base(typeof(T0), typeof(T1)) { } method AllAttribute (line 23) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AllAttribute (line 30) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 37) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 44) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 51) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 58) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 65) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 72) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 79) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 86) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 93) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 100) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 107) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 114) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 121) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 128) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 135) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 142) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 149) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 156) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 163) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 170) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 177) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AllAttribute (line 55) | public class AllAttribute : AllAttribute method AllAttribute (line 9) | public AllAttribute() : base(typeof(T0)) { } method AllAttribute (line 16) | public AllAttribute() : base(typeof(T0), typeof(T1)) { } method AllAttribute (line 23) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AllAttribute (line 30) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 37) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 44) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 51) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 58) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 65) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 72) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 79) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 86) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 93) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 100) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 107) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 114) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 121) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 128) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 135) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 142) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 149) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 156) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 163) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 170) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 177) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AllAttribute (line 62) | public class AllAttribute : AllAttri... method AllAttribute (line 9) | public AllAttribute() : base(typeof(T0)) { } method AllAttribute (line 16) | public AllAttribute() : base(typeof(T0), typeof(T1)) { } method AllAttribute (line 23) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AllAttribute (line 30) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 37) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 44) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 51) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 58) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 65) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 72) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 79) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 86) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 93) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 100) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 107) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 114) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 121) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 128) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 135) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 142) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 149) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 156) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 163) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 170) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 177) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AllAttribute (line 69) | public class AllAttribute : AllA... method AllAttribute (line 9) | public AllAttribute() : base(typeof(T0)) { } method AllAttribute (line 16) | public AllAttribute() : base(typeof(T0), typeof(T1)) { } method AllAttribute (line 23) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AllAttribute (line 30) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 37) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 44) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 51) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 58) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 65) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 72) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 79) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 86) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 93) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 100) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 107) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 114) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 121) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 128) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 135) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 142) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 149) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 156) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 163) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 170) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 177) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AllAttribute (line 76) | public class AllAttribute :... method AllAttribute (line 9) | public AllAttribute() : base(typeof(T0)) { } method AllAttribute (line 16) | public AllAttribute() : base(typeof(T0), typeof(T1)) { } method AllAttribute (line 23) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AllAttribute (line 30) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 37) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 44) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 51) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 58) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 65) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 72) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 79) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 86) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 93) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 100) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 107) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 114) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 121) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 128) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 135) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 142) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 149) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 156) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 163) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 170) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AllAttribute (line 177) | public AllAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AllAttribute (line 83) | public class AllAttribute : AnyAttribute method AnyAttribute (line 184) | public AnyAttribute() : base(typeof(T0)) { } method AnyAttribute (line 191) | public AnyAttribute() : base(typeof(T0), typeof(T1)) { } method AnyAttribute (line 198) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AnyAttribute (line 205) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 212) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 219) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 226) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 233) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 240) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 247) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 254) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 261) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 268) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 275) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 282) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 289) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 296) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 303) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 310) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 317) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 324) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 331) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 338) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 345) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 352) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AnyAttribute (line 188) | public class AnyAttribute : AnyAttribute method AnyAttribute (line 184) | public AnyAttribute() : base(typeof(T0)) { } method AnyAttribute (line 191) | public AnyAttribute() : base(typeof(T0), typeof(T1)) { } method AnyAttribute (line 198) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AnyAttribute (line 205) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 212) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 219) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 226) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 233) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 240) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 247) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 254) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 261) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 268) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 275) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 282) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 289) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 296) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 303) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 310) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 317) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 324) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 331) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 338) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 345) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 352) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AnyAttribute (line 195) | public class AnyAttribute : AnyAttribute method AnyAttribute (line 184) | public AnyAttribute() : base(typeof(T0)) { } method AnyAttribute (line 191) | public AnyAttribute() : base(typeof(T0), typeof(T1)) { } method AnyAttribute (line 198) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AnyAttribute (line 205) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 212) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 219) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 226) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 233) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 240) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 247) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 254) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 261) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 268) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 275) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 282) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 289) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 296) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 303) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 310) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 317) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 324) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 331) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 338) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 345) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 352) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AnyAttribute (line 202) | public class AnyAttribute : AnyAttribute method AnyAttribute (line 184) | public AnyAttribute() : base(typeof(T0)) { } method AnyAttribute (line 191) | public AnyAttribute() : base(typeof(T0), typeof(T1)) { } method AnyAttribute (line 198) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AnyAttribute (line 205) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 212) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 219) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 226) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 233) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 240) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 247) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 254) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 261) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 268) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 275) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 282) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 289) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 296) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 303) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 310) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 317) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 324) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 331) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 338) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 345) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 352) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AnyAttribute (line 209) | public class AnyAttribute : AnyAttribute method AnyAttribute (line 184) | public AnyAttribute() : base(typeof(T0)) { } method AnyAttribute (line 191) | public AnyAttribute() : base(typeof(T0), typeof(T1)) { } method AnyAttribute (line 198) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AnyAttribute (line 205) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 212) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 219) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 226) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 233) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 240) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 247) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 254) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 261) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 268) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 275) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 282) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 289) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 296) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 303) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 310) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 317) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 324) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 331) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 338) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 345) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 352) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AnyAttribute (line 216) | public class AnyAttribute : AnyAttribute method AnyAttribute (line 184) | public AnyAttribute() : base(typeof(T0)) { } method AnyAttribute (line 191) | public AnyAttribute() : base(typeof(T0), typeof(T1)) { } method AnyAttribute (line 198) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AnyAttribute (line 205) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 212) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 219) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 226) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 233) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 240) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 247) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 254) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 261) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 268) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 275) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 282) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 289) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 296) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 303) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 310) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 317) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 324) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 331) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 338) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 345) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 352) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AnyAttribute (line 223) | public class AnyAttribute : AnyAttribute method AnyAttribute (line 184) | public AnyAttribute() : base(typeof(T0)) { } method AnyAttribute (line 191) | public AnyAttribute() : base(typeof(T0), typeof(T1)) { } method AnyAttribute (line 198) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AnyAttribute (line 205) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 212) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 219) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 226) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 233) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 240) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 247) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 254) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 261) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 268) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 275) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 282) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 289) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 296) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 303) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 310) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 317) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 324) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 331) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 338) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 345) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 352) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AnyAttribute (line 230) | public class AnyAttribute : AnyAttribute method AnyAttribute (line 184) | public AnyAttribute() : base(typeof(T0)) { } method AnyAttribute (line 191) | public AnyAttribute() : base(typeof(T0), typeof(T1)) { } method AnyAttribute (line 198) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AnyAttribute (line 205) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 212) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 219) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 226) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 233) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 240) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 247) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 254) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 261) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 268) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 275) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 282) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 289) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 296) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 303) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 310) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 317) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 324) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 331) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 338) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 345) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 352) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AnyAttribute (line 237) | public class AnyAttribute : AnyAttri... method AnyAttribute (line 184) | public AnyAttribute() : base(typeof(T0)) { } method AnyAttribute (line 191) | public AnyAttribute() : base(typeof(T0), typeof(T1)) { } method AnyAttribute (line 198) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AnyAttribute (line 205) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 212) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 219) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 226) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 233) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 240) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 247) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 254) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 261) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 268) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 275) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 282) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 289) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 296) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 303) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 310) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 317) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 324) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 331) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 338) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 345) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 352) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AnyAttribute (line 244) | public class AnyAttribute : AnyA... method AnyAttribute (line 184) | public AnyAttribute() : base(typeof(T0)) { } method AnyAttribute (line 191) | public AnyAttribute() : base(typeof(T0), typeof(T1)) { } method AnyAttribute (line 198) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AnyAttribute (line 205) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 212) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 219) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 226) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 233) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 240) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 247) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 254) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 261) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 268) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 275) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 282) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 289) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 296) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 303) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 310) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 317) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 324) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 331) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 338) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 345) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 352) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AnyAttribute (line 251) | public class AnyAttribute :... method AnyAttribute (line 184) | public AnyAttribute() : base(typeof(T0)) { } method AnyAttribute (line 191) | public AnyAttribute() : base(typeof(T0), typeof(T1)) { } method AnyAttribute (line 198) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method AnyAttribute (line 205) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 212) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 219) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 226) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 233) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 240) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 247) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 254) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 261) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 268) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 275) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 282) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 289) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 296) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 303) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 310) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 317) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 324) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 331) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 338) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 345) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... method AnyAttribute (line 352) | public AnyAttribute() : base(typeof(T0), typeof(T1), typeof(T2), typeo... class AnyAttribute (line 258) | public class AnyAttribute : NoneAttribute method NoneAttribute (line 359) | public NoneAttribute() : base(typeof(T0)) { } method NoneAttribute (line 366) | public NoneAttribute() : base(typeof(T0), typeof(T1)) { } method NoneAttribute (line 373) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method NoneAttribute (line 380) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 387) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 394) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 401) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 408) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 415) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 422) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 429) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 436) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 443) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 450) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 457) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 464) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 471) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 478) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 485) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 492) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 499) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 506) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 513) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 520) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 527) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... class NoneAttribute (line 363) | public class NoneAttribute : NoneAttribute method NoneAttribute (line 359) | public NoneAttribute() : base(typeof(T0)) { } method NoneAttribute (line 366) | public NoneAttribute() : base(typeof(T0), typeof(T1)) { } method NoneAttribute (line 373) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method NoneAttribute (line 380) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 387) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 394) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 401) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 408) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 415) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 422) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 429) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 436) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 443) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 450) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 457) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 464) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 471) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 478) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 485) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 492) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 499) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 506) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 513) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 520) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 527) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... class NoneAttribute (line 370) | public class NoneAttribute : NoneAttribute method NoneAttribute (line 359) | public NoneAttribute() : base(typeof(T0)) { } method NoneAttribute (line 366) | public NoneAttribute() : base(typeof(T0), typeof(T1)) { } method NoneAttribute (line 373) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method NoneAttribute (line 380) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 387) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 394) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 401) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 408) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 415) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 422) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 429) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 436) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 443) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 450) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 457) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 464) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 471) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 478) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 485) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 492) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 499) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 506) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 513) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 520) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 527) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... class NoneAttribute (line 377) | public class NoneAttribute : NoneAttribute method NoneAttribute (line 359) | public NoneAttribute() : base(typeof(T0)) { } method NoneAttribute (line 366) | public NoneAttribute() : base(typeof(T0), typeof(T1)) { } method NoneAttribute (line 373) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method NoneAttribute (line 380) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 387) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 394) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 401) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 408) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 415) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 422) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 429) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 436) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 443) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 450) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 457) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 464) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 471) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 478) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 485) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 492) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 499) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 506) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 513) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 520) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 527) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... class NoneAttribute (line 384) | public class NoneAttribute : NoneAttribute method NoneAttribute (line 359) | public NoneAttribute() : base(typeof(T0)) { } method NoneAttribute (line 366) | public NoneAttribute() : base(typeof(T0), typeof(T1)) { } method NoneAttribute (line 373) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method NoneAttribute (line 380) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 387) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 394) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 401) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 408) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 415) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 422) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 429) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 436) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 443) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 450) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 457) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 464) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 471) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 478) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 485) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 492) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 499) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 506) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 513) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 520) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 527) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... class NoneAttribute (line 391) | public class NoneAttribute : NoneAttribute method NoneAttribute (line 359) | public NoneAttribute() : base(typeof(T0)) { } method NoneAttribute (line 366) | public NoneAttribute() : base(typeof(T0), typeof(T1)) { } method NoneAttribute (line 373) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method NoneAttribute (line 380) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 387) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 394) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 401) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 408) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 415) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 422) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 429) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 436) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 443) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 450) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 457) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 464) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 471) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 478) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 485) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 492) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 499) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 506) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 513) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 520) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 527) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... class NoneAttribute (line 398) | public class NoneAttribute : NoneAttribute method NoneAttribute (line 359) | public NoneAttribute() : base(typeof(T0)) { } method NoneAttribute (line 366) | public NoneAttribute() : base(typeof(T0), typeof(T1)) { } method NoneAttribute (line 373) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method NoneAttribute (line 380) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 387) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 394) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 401) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 408) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 415) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 422) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 429) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 436) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 443) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 450) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 457) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 464) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 471) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 478) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 485) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 492) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 499) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 506) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 513) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 520) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 527) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... class NoneAttribute (line 405) | public class NoneAttribute : NoneAttribute method NoneAttribute (line 359) | public NoneAttribute() : base(typeof(T0)) { } method NoneAttribute (line 366) | public NoneAttribute() : base(typeof(T0), typeof(T1)) { } method NoneAttribute (line 373) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method NoneAttribute (line 380) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 387) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 394) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 401) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 408) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 415) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 422) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 429) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 436) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 443) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 450) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 457) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 464) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 471) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 478) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 485) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 492) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 499) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 506) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 513) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 520) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 527) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... class NoneAttribute (line 412) | public class NoneAttribute : NoneAtt... method NoneAttribute (line 359) | public NoneAttribute() : base(typeof(T0)) { } method NoneAttribute (line 366) | public NoneAttribute() : base(typeof(T0), typeof(T1)) { } method NoneAttribute (line 373) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method NoneAttribute (line 380) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 387) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 394) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 401) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 408) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 415) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 422) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 429) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 436) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 443) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 450) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 457) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 464) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 471) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 478) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 485) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 492) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 499) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 506) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 513) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 520) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 527) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... class NoneAttribute (line 419) | public class NoneAttribute : Non... method NoneAttribute (line 359) | public NoneAttribute() : base(typeof(T0)) { } method NoneAttribute (line 366) | public NoneAttribute() : base(typeof(T0), typeof(T1)) { } method NoneAttribute (line 373) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method NoneAttribute (line 380) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 387) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 394) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 401) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 408) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 415) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 422) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 429) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 436) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 443) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 450) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 457) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 464) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 471) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 478) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 485) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 492) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 499) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 506) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 513) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 520) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 527) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... class NoneAttribute (line 426) | public class NoneAttribute ... method NoneAttribute (line 359) | public NoneAttribute() : base(typeof(T0)) { } method NoneAttribute (line 366) | public NoneAttribute() : base(typeof(T0), typeof(T1)) { } method NoneAttribute (line 373) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2)) { } method NoneAttribute (line 380) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 387) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 394) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 401) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 408) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 415) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 422) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 429) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 436) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 443) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 450) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 457) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 464) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 471) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 478) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 485) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 492) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 499) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 506) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 513) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 520) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... method NoneAttribute (line 527) | public NoneAttribute() : base(typeof(T0), typeof(T1), typeof(T2), type... class NoneAttribute (line 433) | public class NoneAttribute : ExclusiveAttribute method ExclusiveAttribute (line 534) | public ExclusiveAttribute() : base(typeof(T0)) { } method ExclusiveAttribute (line 541) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1)) { } method ExclusiveAttribute (line 548) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2))... method ExclusiveAttribute (line 555) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 562) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 569) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 576) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 583) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 590) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 597) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 604) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 611) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 618) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 625) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 632) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 639) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 646) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 653) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 660) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 667) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 674) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 681) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 688) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 695) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 702) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... class ExclusiveAttribute (line 538) | public class ExclusiveAttribute : ExclusiveAttribute method ExclusiveAttribute (line 534) | public ExclusiveAttribute() : base(typeof(T0)) { } method ExclusiveAttribute (line 541) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1)) { } method ExclusiveAttribute (line 548) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2))... method ExclusiveAttribute (line 555) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 562) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 569) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 576) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 583) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 590) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 597) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 604) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 611) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 618) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 625) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 632) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 639) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 646) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 653) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 660) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 667) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 674) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 681) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 688) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 695) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 702) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... class ExclusiveAttribute (line 545) | public class ExclusiveAttribute : ExclusiveAttribute method ExclusiveAttribute (line 534) | public ExclusiveAttribute() : base(typeof(T0)) { } method ExclusiveAttribute (line 541) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1)) { } method ExclusiveAttribute (line 548) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2))... method ExclusiveAttribute (line 555) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 562) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 569) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 576) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 583) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 590) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 597) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 604) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 611) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 618) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 625) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 632) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 639) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 646) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 653) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 660) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 667) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 674) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 681) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 688) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 695) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 702) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... class ExclusiveAttribute (line 552) | public class ExclusiveAttribute : ExclusiveAttribute method ExclusiveAttribute (line 534) | public ExclusiveAttribute() : base(typeof(T0)) { } method ExclusiveAttribute (line 541) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1)) { } method ExclusiveAttribute (line 548) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2))... method ExclusiveAttribute (line 555) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 562) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 569) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 576) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 583) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 590) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 597) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 604) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 611) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 618) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 625) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 632) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 639) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 646) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 653) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 660) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 667) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 674) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 681) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 688) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 695) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 702) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... class ExclusiveAttribute (line 559) | public class ExclusiveAttribute : ExclusiveAttribute method ExclusiveAttribute (line 534) | public ExclusiveAttribute() : base(typeof(T0)) { } method ExclusiveAttribute (line 541) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1)) { } method ExclusiveAttribute (line 548) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2))... method ExclusiveAttribute (line 555) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 562) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 569) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 576) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 583) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 590) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 597) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 604) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 611) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 618) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 625) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 632) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 639) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 646) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 653) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 660) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 667) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 674) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 681) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 688) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 695) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 702) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... class ExclusiveAttribute (line 566) | public class ExclusiveAttribute : ExclusiveAttri... method ExclusiveAttribute (line 534) | public ExclusiveAttribute() : base(typeof(T0)) { } method ExclusiveAttribute (line 541) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1)) { } method ExclusiveAttribute (line 548) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2))... method ExclusiveAttribute (line 555) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 562) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 569) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 576) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 583) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 590) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 597) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 604) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 611) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 618) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 625) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 632) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 639) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 646) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 653) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 660) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 667) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 674) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 681) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 688) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 695) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 702) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... class ExclusiveAttribute (line 573) | public class ExclusiveAttribute : ExclusiveA... method ExclusiveAttribute (line 534) | public ExclusiveAttribute() : base(typeof(T0)) { } method ExclusiveAttribute (line 541) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1)) { } method ExclusiveAttribute (line 548) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2))... method ExclusiveAttribute (line 555) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 562) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 569) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 576) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 583) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 590) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 597) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 604) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 611) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 618) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 625) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 632) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 639) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 646) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 653) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 660) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 667) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 674) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 681) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 688) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 695) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 702) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... class ExclusiveAttribute (line 580) | public class ExclusiveAttribute : Exclus... method ExclusiveAttribute (line 534) | public ExclusiveAttribute() : base(typeof(T0)) { } method ExclusiveAttribute (line 541) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1)) { } method ExclusiveAttribute (line 548) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2))... method ExclusiveAttribute (line 555) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 562) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 569) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 576) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 583) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 590) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 597) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 604) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 611) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 618) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 625) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 632) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 639) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 646) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 653) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 660) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 667) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 674) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 681) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 688) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 695) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 702) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... class ExclusiveAttribute (line 587) | public class ExclusiveAttribute : Ex... method ExclusiveAttribute (line 534) | public ExclusiveAttribute() : base(typeof(T0)) { } method ExclusiveAttribute (line 541) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1)) { } method ExclusiveAttribute (line 548) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2))... method ExclusiveAttribute (line 555) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 562) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 569) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 576) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 583) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 590) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 597) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 604) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 611) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 618) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 625) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 632) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 639) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 646) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 653) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 660) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 667) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 674) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 681) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 688) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 695) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 702) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... class ExclusiveAttribute (line 594) | public class ExclusiveAttribute ... method ExclusiveAttribute (line 534) | public ExclusiveAttribute() : base(typeof(T0)) { } method ExclusiveAttribute (line 541) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1)) { } method ExclusiveAttribute (line 548) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2))... method ExclusiveAttribute (line 555) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 562) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 569) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 576) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 583) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 590) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 597) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 604) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 611) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 618) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 625) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 632) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 639) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 646) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 653) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 660) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 667) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 674) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 681) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 688) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 695) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... method ExclusiveAttribute (line 702) | public ExclusiveAttribute() : base(typeof(T0), typeof(T1), typeof(T2),... class ExclusiveAttribute (line 601) | public class ExclusiveAttribute