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