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