We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc6575 commit 32c472bCopy full SHA for 32c472b
src/Analyzers/Orchestration/DateTimeOrchestrationAnalyzer.cs
@@ -35,7 +35,7 @@ public sealed class DateTimeOrchestrationAnalyzer : OrchestrationAnalyzer<DateTi
35
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => [Rule];
36
37
/// <summary>
38
- /// Visitor that inspects the method body for DateTime and DateTimeOffset properties.
+ /// Visitor that inspects the method body for DateTime and DateTimeOffset properties, and TimeProvider method invocations.
39
/// </summary>
40
public sealed class DateTimeOrchestrationVisitor : MethodProbeOrchestrationVisitor
41
{
0 commit comments