4 references to Index
Microsoft.Interop.JavaScript.JSImportGenerator (4)
src\libraries\System.Private.CoreLib\src\System\Index.cs (4)
54
public static Index Start => new
Index
(0);
57
public static Index End => new
Index
(~0);
69
return new
Index
(value);
82
return new
Index
(~value);