C# 클래스 PhotonWire.Analyzer.SerializeTypeMustBeDataContractAnalyzer

상속: Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer
파일 보기 프로젝트 열기: neuecc/PhotonWire 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( AnalysisContext context ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Initialize() 공개 메소드

public Initialize ( AnalysisContext context ) : void
context AnalysisContext
리턴 void