C# 클래스 StackOverflowChecker, NotifyPropertyWeaver

파일 보기 프로젝트 열기: shiftkey/NotifyPropertyWeaver 1 사용 예제들

공개 메소드들

메소드 설명
CheckIfGetterCallsSetter ( Mono.Cecil.PropertyDefinition propertyDefinition ) : bool
CheckIfGetterCallsVirtualBaseSetter ( Mono.Cecil.PropertyDefinition propertyDefinition ) : bool
Execute ( ) : void

비공개 메소드들

메소드 설명
Process ( IEnumerable notifyNodes ) : void
StackOverflowChecker ( TypeNodeBuilder, typeNodeBuilder, Logger, logger, TypeResolver typeResolver ) : System.Collections.Generic

메소드 상세

CheckIfGetterCallsSetter() 공개 메소드

public CheckIfGetterCallsSetter ( Mono.Cecil.PropertyDefinition propertyDefinition ) : bool
propertyDefinition Mono.Cecil.PropertyDefinition
리턴 bool

CheckIfGetterCallsVirtualBaseSetter() 공개 메소드

public CheckIfGetterCallsVirtualBaseSetter ( Mono.Cecil.PropertyDefinition propertyDefinition ) : bool
propertyDefinition Mono.Cecil.PropertyDefinition
리턴 bool

Execute() 공개 메소드

public Execute ( ) : void
리턴 void