4 references to Index
Microsoft.Build.Framework (4)
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);