6 references to ManagedHotReloadDiagnostic
Microsoft.CodeAnalysis.Features (6)
Contracts\EditAndContinue\ManagedHotReloadDiagnostic.cs (1)
13
/// Creates a new <see cref="
ManagedHotReloadDiagnostic
"/> for an edit made by the user.
Contracts\EditAndContinue\ManagedHotReloadUpdates.cs (2)
11
internal readonly struct ManagedHotReloadUpdates(ImmutableArray<ManagedHotReloadUpdate> updates, ImmutableArray<
ManagedHotReloadDiagnostic
> diagnostics)
17
public ImmutableArray<
ManagedHotReloadDiagnostic
> Diagnostics { get; } = diagnostics;
EditAndContinue\EmitSolutionUpdateResults.cs (2)
41
internal ImmutableArray<
ManagedHotReloadDiagnostic
> GetAllDiagnostics()
43
using var _ = ArrayBuilder<
ManagedHotReloadDiagnostic
>.GetInstance(out var builder);
EditAndContinue\Utilities\Extensions.cs (1)
115
public static
ManagedHotReloadDiagnostic
ToHotReloadDiagnostic(this DiagnosticData data, ModuleUpdateStatus updateStatus, bool isRudeEdit)