Open sandboxFocus

Class StatementsCountMetricProvider

Provides the implementation for the StatementsCount metric.

Inheritance
StatementsCountMetricProvider
Namespace: Metalama.Extensions.Metrics
Assembly: Metalama.Extensions.Metrics.dll
Syntax
[MetalamaPlugIn]
public sealed class StatementsCountMetricProvider : SyntaxMetricProvider<StatementsCount>, IMetricProvider<StatementsCount>, IProjectService, IService
Remarks

This provider is automatically registered and used when you call Get<TExtension>() on the StatementsCount metric.

Constructors

Name Description
StatementsCountMetricProvider()

Methods

Name Description
Aggregate(ref StatementsCount, in StatementsCount)

Aggregates a new value into an aggregate value.

Extension Methods

See Also