C# Class PhotonWire.Analyzer.ContextReporter

Mostra file Open project: neuecc/PhotonWire Class Usage Examples

Public Methods

Method Description
ContextReporter ( ) : System
ContextReporter ( SyntaxNodeAnalysisContext context ) : System
ReportDiagnostic ( Diagnostic diagnostic ) : void

Method Details

ContextReporter() public method

public ContextReporter ( ) : System
return System

ContextReporter() public method

public ContextReporter ( SyntaxNodeAnalysisContext context ) : System
context SyntaxNodeAnalysisContext
return System

ReportDiagnostic() public method

public ReportDiagnostic ( Diagnostic diagnostic ) : void
diagnostic Diagnostic
return void