3 references to GetAnalyzerIdAndLastWriteTime
Microsoft.CodeAnalysis.Features (3)
Diagnostics\Service\DiagnosticAnalyzerComparer.cs (3)
24
_ =>
GetAnalyzerIdAndLastWriteTime
(x) ==
GetAnalyzerIdAndLastWriteTime
(y)
27
public int GetHashCode(DiagnosticAnalyzer obj) =>
GetAnalyzerIdAndLastWriteTime
(obj).GetHashCode();