4 references to Index
Microsoft.CodeAnalysis.Threading.Package (4)
src\Dependencies\Contracts\Index.cs (4)
56public static Index Start => new Index(0); 59public static Index End => new Index(~0); 71return new Index(value); 84return new Index(~value);