C# Class StateMachineChecker, AsyncErrorHandler

Show file Open project: Fody/AsyncErrorHandler

Public Methods

Method Description
IsCompilerGenerated ( this typeDefinition ) : bool
IsIAsyncStateMachine ( this typeDefinition ) : bool
IsStateMachine ( this typeDefinition ) : bool

Method Details

IsCompilerGenerated() public static method

public static IsCompilerGenerated ( this typeDefinition ) : bool
typeDefinition this
return bool

IsIAsyncStateMachine() public static method

public static IsIAsyncStateMachine ( this typeDefinition ) : bool
typeDefinition this
return bool

IsStateMachine() public static method

public static IsStateMachine ( this typeDefinition ) : bool
typeDefinition this
return bool