9 references to Id
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (9)
CodeFixes\CodeFixServiceTests.cs (6)
213Assert.Equal(MockFixer.Id, fixCollection.FirstDiagnostic.Id); 425get { return [Id]; } 546: this(ImmutableArray.Create(MockFixer.Id)) 579: this(ImmutableArray.Create(MockFixer.Id)) 604private readonly DiagnosticDescriptor s_descriptor = new(MockFixer.Id, "Title", "Message", "Category", DiagnosticSeverity.Warning, isEnabledByDefault: true); 644var fixableDiagnosticIds = ImmutableArray.Create(MockFixer.Id);
CodeFixes\ErrorCases\CodeFixExceptionInGetFixAllProvider.cs (1)
19get { return [CodeFixServiceTests.MockFixer.Id]; }
CodeFixes\ErrorCases\CodeFixExceptionInRegisterMethod.cs (1)
18get { return [CodeFixServiceTests.MockFixer.Id]; }
CodeFixes\ErrorCases\CodeFixExceptionInRegisterMethodAsync.cs (1)
18get { return [CodeFixServiceTests.MockFixer.Id]; }