C# Class PhotonWire.Analyzer.SerializeTypeMustBeDataContractAnalyzer

Inheritance: Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer
Afficher le fichier Open project: neuecc/PhotonWire Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( AnalysisContext context ) : void

Private Methods

Méthode Description
Analyze ( SyntaxNodeAnalysisContext context ) : void
VerifyMember ( ContextReporter context, Location reportLocation, ISymbol member, Location typeLocation ) : bool
VerifyType ( ContextReporter context, Location reportLocation, ITypeSymbol type, HashSet alreadyAnalyzed ) : void
VerifyTypeMethods ( ContextReporter context, ITypeSymbol type ) : void

Method Details

Initialize() public méthode

public Initialize ( AnalysisContext context ) : void
context AnalysisContext
Résultat void