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