CompilationSnapshot Class

Definition

public sealed record CompilationSnapshot(string? ProjectPath, Project? Project, Compilation? Compilation, ImmutableArray<LanguageServiceDiagnostic> Diagnostics) : IEquatable<CompilationSnapshot>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (4)