2 implementations of ApplyChangesDiagnostics
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditAndContinueService.cs (1)
45public ImmutableArray<DiagnosticData> ApplyChangesDiagnostics => [];
EditAndContinue\EditAndContinueSessionState.cs (1)
38public ImmutableArray<DiagnosticData> ApplyChangesDiagnostics { get; set; } = [];