SourceGenHotReloadTrackedDocumentDescriptor Class

Definition

Describes a hot reload tracked document/type registration.

public sealed record SourceGenHotReloadTrackedDocumentDescriptor(Type TrackingType, string? BuildUri, string? SourcePath, int LiveInstanceCount, bool IsSourceWatched) : IEquatable<SourceGenHotReloadTrackedDocumentDescriptor>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (5)