4 references to Index
Microsoft.Extensions.AI.Abstractions (4)
src\LegacySupport\SystemIndex\Index.cs (4)
50public static Index Start => new Index(0); 53public static Index End => new Index(~0); 65return new Index(value); 78return new Index(~value);