From f975a6f2e3552c3309c8e10f15998be664d06882 Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Tue, 12 Apr 2016 09:20:13 -0700 Subject: Make resharper happier with comments --- ICSharpCode.Decompiler/Ast/AstBuilder.cs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ICSharpCode.Decompiler/Ast') diff --git a/ICSharpCode.Decompiler/Ast/AstBuilder.cs b/ICSharpCode.Decompiler/Ast/AstBuilder.cs index 9826388f..9a53237a 100644 --- a/ICSharpCode.Decompiler/Ast/AstBuilder.cs +++ b/ICSharpCode.Decompiler/Ast/AstBuilder.cs @@ -153,7 +153,6 @@ namespace ICSharpCode.Decompiler.Ast /// /// Generates C# code from the abstract source tree. /// - /// This method adds ParenthesizedExpressions into the AST, and will run transformations if was not called explicitly public void GenerateCode(ITextOutput output) { if (!transformationsHaveRun) @@ -440,10 +439,6 @@ namespace ICSharpCode.Decompiler.Ast /// /// Converts a type reference. /// - /// The Cecil type reference that should be converted into - /// a type system type reference. - /// Attributes associated with the Cecil type reference. - /// This is used to support the 'dynamic' type. public static AstType ConvertType(TypeReference type, ICustomAttributeProvider typeAttributes = null, ConvertTypeOptions options = ConvertTypeOptions.None) { int typeIndex = 0; -- cgit v1.2.3