Open sandboxFocus

Class SyntaxNodesCountMetricProvider

Provides the implementation for the SyntaxNodesCount metric.

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

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

Constructors

Name Description
SyntaxNodesCountMetricProvider()

Methods

Name Description
Aggregate(ref SyntaxNodesCount, in SyntaxNodesCount)

Aggregates a new value into an aggregate value.

Extension Methods

See Also