4 references to Index
Microsoft.CodeAnalysis.Threading.Package (4)
src\Dependencies\Contracts\Index.cs (4)
58public static Index Start => new Index(0); 61public static Index End => new Index(~0); 73return new Index(value); 86return new Index(~value);