4 references to Index
Microsoft.CodeAnalysis.CodeStyle (4)
Index.cs (4)
48
public static Index Start => new
Index
(0);
51
public static Index End => new
Index
(~0);
63
return new
Index
(value);
76
return new
Index
(~value);