C# Class ErrorProne.NET.Rules.OtherRules.DoNotUseReadOnlyAttributeAnalyzer

Inheritance: Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer
ファイルを表示 Open project: SergeyTeplyakov/ErrorProne.NET

Public Properties

Property Type Description
ThresholdSize int

Public Methods

Method Description
Initialize ( AnalysisContext context ) : void

Private Methods

Method Description
AnalyzeFieldDeclaration ( SyntaxNodeAnalysisContext context ) : void

Method Details

Initialize() public method

public Initialize ( AnalysisContext context ) : void
context AnalysisContext
return void

Property Details

ThresholdSize public_oe static_oe property

Threshold when the rule would be applied.
public static int ThresholdSize
return int