C# Class CodeAnalysisForCSharp6.Programs

Show file Open project: ufcpp/UfcppSample

Private Methods

Method Description
FindGetOnlyPropertyWhichHasSingleStatement ( SolutionLoader solution ) : void
FindMethodWhichHasSingleStatement ( SolutionLoader solution ) : void
GetMethods ( Microsoft.CodeAnalysis.Solution solution ) : IEnumerable
GetProperties ( Microsoft.CodeAnalysis.Solution solution ) : IEnumerable
HasNoBody ( Microsoft.CodeAnalysis.CSharp.Syntax.MethodDeclarationSyntax m ) : bool
HasNoBody ( Microsoft.CodeAnalysis.CSharp.Syntax.PropertyDeclarationSyntax p ) : bool
Main ( string args ) : void
ReadCsharpSourceCodes ( string path ) : System.Threading.Tasks.Task