C# Class VolatileFieldFixer, Freezable

Show file Open project: Fody/Freezable Class Usage Examples

Public Properties

Property Type Description
Fields List

Public Methods

Method Description
Execute ( List allClasses ) : void
ProcessBody ( MethodBody body ) : void
ProcessType ( TypeDefinition typeDefinition ) : void
VolatileFieldFixer ( VolatileTypeFinder, volatileTypeFinder ) : System.Collections.Generic

Method Details

Execute() public method

public Execute ( List allClasses ) : void
allClasses List
return void

ProcessBody() public method

public ProcessBody ( MethodBody body ) : void
body MethodBody
return void

ProcessType() public method

public ProcessType ( TypeDefinition typeDefinition ) : void
typeDefinition TypeDefinition
return void

VolatileFieldFixer() public method

public VolatileFieldFixer ( VolatileTypeFinder, volatileTypeFinder ) : System.Collections.Generic
volatileTypeFinder VolatileTypeFinder,
return System.Collections.Generic

Property Details

Fields public property

public List Fields
return List