2 instantiations of ManagedHotReloadDiagnostic
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EmitSolutionUpdateResults.cs (1)
70
builder.Add(new
ManagedHotReloadDiagnostic
(
EditAndContinue\Utilities\Extensions.cs (1)
134
return
new
(
10 references to ManagedHotReloadDiagnostic
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\Contracts\ContractWrappers.cs (2)
78
public static ImmutableArray<ManagedHotReloadDiagnostic> FromContract(this ImmutableArray<InternalContracts.
ManagedHotReloadDiagnostic
> diagnostics)
81
public static ManagedHotReloadDiagnostic FromContract(this InternalContracts.
ManagedHotReloadDiagnostic
diagnostic)
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, ImmutableArray<ProjectInstanceId> projectsToRebuild, ImmutableArray<ProjectInstanceId> projectsToRestart)
17
public ImmutableArray<
ManagedHotReloadDiagnostic
> Diagnostics { get; } = diagnostics;
EditAndContinue\EmitSolutionUpdateResults.cs (2)
44
internal ImmutableArray<
ManagedHotReloadDiagnostic
> GetAllDiagnostics()
46
using var _ = ArrayBuilder<
ManagedHotReloadDiagnostic
>.GetInstance(out var builder);
EditAndContinue\Utilities\Extensions.cs (1)
130
public static
ManagedHotReloadDiagnostic
ToHotReloadDiagnostic(this DiagnosticData data, ManagedHotReloadDiagnosticSeverity severity)
Microsoft.VisualStudio.LanguageServices.DevKit (2)
src\EditorFeatures\Core\EditAndContinue\Contracts\ContractWrappers.cs (2)
78
public static ImmutableArray<ManagedHotReloadDiagnostic> FromContract(this ImmutableArray<InternalContracts.
ManagedHotReloadDiagnostic
> diagnostics)
81
public static ManagedHotReloadDiagnostic FromContract(this InternalContracts.
ManagedHotReloadDiagnostic
diagnostic)