@@ -360,39 +360,6 @@ public static partial class RuntimeHelpers
360360}
361361namespace Microsoft . AspNetCore . Components . Rendering
362362{
363- public partial class EventFieldInfo
364- {
365- public EventFieldInfo ( ) { }
366- public int ComponentId { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
367- public object FieldValue { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
368- }
369- [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
370- public readonly partial struct RenderBatch
371- {
372- private readonly object _dummy ;
373- public Microsoft . AspNetCore . Components . RenderTree . ArrayRange < int > DisposedComponentIDs { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
374- public Microsoft . AspNetCore . Components . RenderTree . ArrayRange < ulong > DisposedEventHandlerIDs { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
375- public Microsoft . AspNetCore . Components . RenderTree . ArrayRange < Microsoft . AspNetCore . Components . RenderTree . RenderTreeFrame > ReferenceFrames { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
376- public Microsoft . AspNetCore . Components . RenderTree . ArrayRange < Microsoft . AspNetCore . Components . RenderTree . RenderTreeDiff > UpdatedComponents { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
377- }
378- public abstract partial class Renderer : System . IDisposable
379- {
380- public Renderer ( System . IServiceProvider serviceProvider , Microsoft . Extensions . Logging . ILoggerFactory loggerFactory ) { }
381- public abstract Microsoft . AspNetCore . Components . Dispatcher Dispatcher { get ; }
382- public event System . UnhandledExceptionEventHandler UnhandledSynchronizationException { add { } remove { } }
383- protected internal int AssignRootComponentId ( Microsoft . AspNetCore . Components . IComponent component ) { throw null ; }
384- public virtual System . Threading . Tasks . Task DispatchEventAsync ( ulong eventHandlerId , Microsoft . AspNetCore . Components . Rendering . EventFieldInfo fieldInfo , System . EventArgs eventArgs ) { throw null ; }
385- public void Dispose ( ) { }
386- protected virtual void Dispose ( bool disposing ) { }
387- protected Microsoft . AspNetCore . Components . RenderTree . ArrayRange < Microsoft . AspNetCore . Components . RenderTree . RenderTreeFrame > GetCurrentRenderTreeFrames ( int componentId ) { throw null ; }
388- protected abstract void HandleException ( System . Exception exception ) ;
389- protected Microsoft . AspNetCore . Components . IComponent InstantiateComponent ( System . Type componentType ) { throw null ; }
390- protected virtual void ProcessPendingRender ( ) { }
391- protected System . Threading . Tasks . Task RenderRootComponentAsync ( int componentId ) { throw null ; }
392- [ System . Diagnostics . DebuggerStepThroughAttribute ]
393- protected System . Threading . Tasks . Task RenderRootComponentAsync ( int componentId , Microsoft . AspNetCore . Components . ParameterView initialParameters ) { throw null ; }
394- protected abstract System . Threading . Tasks . Task UpdateDisplayAsync ( in Microsoft . AspNetCore . Components . Rendering . RenderBatch renderBatch ) ;
395- }
396363 public sealed partial class RenderTreeBuilder : System . IDisposable
397364 {
398365 public RenderTreeBuilder ( ) { }
@@ -448,6 +415,39 @@ public readonly partial struct ArrayRange<T>
448415 public ArrayRange ( T [ ] array , int count ) { throw null ; }
449416 public Microsoft . AspNetCore . Components . RenderTree . ArrayRange < T > Clone ( ) { throw null ; }
450417 }
418+ public partial class EventFieldInfo
419+ {
420+ public EventFieldInfo ( ) { }
421+ public int ComponentId { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
422+ public object FieldValue { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
423+ }
424+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
425+ public readonly partial struct RenderBatch
426+ {
427+ private readonly object _dummy ;
428+ public Microsoft . AspNetCore . Components . RenderTree . ArrayRange < int > DisposedComponentIDs { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
429+ public Microsoft . AspNetCore . Components . RenderTree . ArrayRange < ulong > DisposedEventHandlerIDs { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
430+ public Microsoft . AspNetCore . Components . RenderTree . ArrayRange < Microsoft . AspNetCore . Components . RenderTree . RenderTreeFrame > ReferenceFrames { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
431+ public Microsoft . AspNetCore . Components . RenderTree . ArrayRange < Microsoft . AspNetCore . Components . RenderTree . RenderTreeDiff > UpdatedComponents { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
432+ }
433+ public abstract partial class Renderer : System . IDisposable
434+ {
435+ public Renderer ( System . IServiceProvider serviceProvider , Microsoft . Extensions . Logging . ILoggerFactory loggerFactory ) { }
436+ public abstract Microsoft . AspNetCore . Components . Dispatcher Dispatcher { get ; }
437+ public event System . UnhandledExceptionEventHandler UnhandledSynchronizationException { add { } remove { } }
438+ protected internal int AssignRootComponentId ( Microsoft . AspNetCore . Components . IComponent component ) { throw null ; }
439+ public virtual System . Threading . Tasks . Task DispatchEventAsync ( ulong eventHandlerId , Microsoft . AspNetCore . Components . RenderTree . EventFieldInfo fieldInfo , System . EventArgs eventArgs ) { throw null ; }
440+ public void Dispose ( ) { }
441+ protected virtual void Dispose ( bool disposing ) { }
442+ protected Microsoft . AspNetCore . Components . RenderTree . ArrayRange < Microsoft . AspNetCore . Components . RenderTree . RenderTreeFrame > GetCurrentRenderTreeFrames ( int componentId ) { throw null ; }
443+ protected abstract void HandleException ( System . Exception exception ) ;
444+ protected Microsoft . AspNetCore . Components . IComponent InstantiateComponent ( System . Type componentType ) { throw null ; }
445+ protected virtual void ProcessPendingRender ( ) { }
446+ protected System . Threading . Tasks . Task RenderRootComponentAsync ( int componentId ) { throw null ; }
447+ [ System . Diagnostics . DebuggerStepThroughAttribute ]
448+ protected System . Threading . Tasks . Task RenderRootComponentAsync ( int componentId , Microsoft . AspNetCore . Components . ParameterView initialParameters ) { throw null ; }
449+ protected abstract System . Threading . Tasks . Task UpdateDisplayAsync ( in Microsoft . AspNetCore . Components . RenderTree . RenderBatch renderBatch ) ;
450+ }
451451 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
452452 public readonly partial struct RenderTreeDiff
453453 {
0 commit comments