4 references to Current
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaCollection.cs (4)
235
array.SetValue(e.
Current
, index++);
246
XmlSchema? schema = e.
Current
;
250
array[index++] = e.
Current
!;
426
get { return this.
Current
; }