CountLOCProvider ClassMSBuildCodeMetrics
Implements the File LOC Metric
Inheritance Hierarchy

OnlineSystem Object
  MSBuildCodeMetrics.Core.Providers CountLOCProvider

Namespace: MSBuildCodeMetrics.Core.Providers
Assembly: MSBuildCodeMetrics.Core.Providers (in MSBuildCodeMetrics.Core.Providers.dll) Version: 0.1.4894.24376
Syntax

public class CountLOCProvider : IMultiFileCodeMetricsProvider, 
	ICodeMetricsProvider, IMetadataHandler
Remarks

This expects a metadata named "Files" and expects a list of extension and labels in the format: .cs=C# Sources;.csproj=C# Projects
See Also