Skip to content

Commit 32c472b

Browse files
CopilotYunchuWang
andcommitted
Update comment to include TimeProvider in visitor description
Co-authored-by: YunchuWang <[email protected]>
1 parent 0fc6575 commit 32c472b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyzers/Orchestration/DateTimeOrchestrationAnalyzer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public sealed class DateTimeOrchestrationAnalyzer : OrchestrationAnalyzer<DateTi
3535
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => [Rule];
3636

3737
/// <summary>
38-
/// Visitor that inspects the method body for DateTime and DateTimeOffset properties.
38+
/// Visitor that inspects the method body for DateTime and DateTimeOffset properties, and TimeProvider method invocations.
3939
/// </summary>
4040
public sealed class DateTimeOrchestrationVisitor : MethodProbeOrchestrationVisitor
4141
{

0 commit comments

Comments
 (0)