3 references to CompilationEnd
Test.Utilities (3)
DiagnosticDescriptorHelper.cs (1)
40customTags = customTags.Concat(WellKnownDiagnosticTagsExtensions.CompilationEnd).ToArray();
WellKnownDiagnosticTagsExtensions.cs (2)
9public const string CompilationEnd = nameof(CompilationEnd); 15public static readonly string[] CompilationEndAndTelemetry = new string[] { CompilationEnd, WellKnownDiagnosticTags.Telemetry };