4 instantiations of TestDiagnosticUpdateSource
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (4)
Diagnostics\DiagnosticServiceTests.cs (4)
42var source = new TestDiagnosticUpdateSource(false, null); 72var source = new TestDiagnosticUpdateSource(false, null); 116var source1 = new TestDiagnosticUpdateSource(support: false, diagnosticData: null); 119var source2 = new TestDiagnosticUpdateSource(support: false, diagnosticData: null);
5 references to TestDiagnosticUpdateSource
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (5)
Diagnostics\DiagnosticServiceTests.cs (5)
42var source = new TestDiagnosticUpdateSource(false, null); 72var source = new TestDiagnosticUpdateSource(false, null); 116var source1 = new TestDiagnosticUpdateSource(support: false, diagnosticData: null); 119var source2 = new TestDiagnosticUpdateSource(support: false, diagnosticData: null); 166private static DiagnosticData RaiseDiagnosticEvent(ManualResetEvent set, TestDiagnosticUpdateSource source, TestWorkspace workspace, ProjectId projectId, DocumentId documentId, object id)