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