SYMBOL INDEX (449 symbols across 123 files) FILE: Telerik.RazorConverter.Tests.Common/XunitExtensions/BooleanAssertionExtensions.cs class BooleanAssertionExtensions (line 6) | public static class BooleanAssertionExtensions method ShouldBeFalse (line 12) | public static void ShouldBeFalse(this bool condition) method ShouldBeFalse (line 22) | public static void ShouldBeFalse(this bool condition, method ShouldBeTrue (line 32) | public static void ShouldBeTrue(this bool condition) method ShouldBeTrue (line 42) | public static void ShouldBeTrue(this bool condition, FILE: Telerik.RazorConverter.Tests.Common/XunitExtensions/CollectionAssertionExtensions.cs class CollectionAssertExtensions (line 9) | public static class CollectionAssertExtensions method ShouldBeEmpty (line 16) | public static void ShouldBeEmpty(this IEnumerable collection) method ShouldContain (line 27) | public static void ShouldContain(this IEnumerable collection, method ShouldContain (line 40) | public static void ShouldContain(this IEnumerable collection, method ShouldNotBeEmpty (line 52) | public static void ShouldNotBeEmpty(this IEnumerable collection) method ShouldNotContain (line 63) | public static void ShouldNotContain(this IEnumerable collection, method ShouldNotContain (line 76) | public static void ShouldNotContain(this IEnumerable collection, FILE: Telerik.RazorConverter.Tests.Common/XunitExtensions/ObjectAssertExtensions.cs class ObjectAssertExtensions (line 9) | public static class ObjectAssertExtensions method ShouldBeInRange (line 20) | public static void ShouldBeInRange(this T actual, method ShouldBeNull (line 33) | public static void ShouldBeNull(this object @object) method ShouldBeSameAs (line 44) | public static void ShouldBeSameAs(this object actual, method ShouldBeType (line 57) | public static T ShouldBeType(this object @object) method ShouldBeType (line 68) | public static void ShouldBeType(this object @object, method ShouldEqual (line 81) | public static void ShouldEqual(this T actual, method ShouldEqual (line 95) | public static void ShouldEqual(this T actual, method ShouldNotBeInRange (line 111) | public static void ShouldNotBeInRange(this T actual, method ShouldNotBeNull (line 124) | public static void ShouldNotBeNull(this object @object) method ShouldNotBeSameAs (line 135) | public static void ShouldNotBeSameAs(this object actual, method ShouldNotBeType (line 147) | public static void ShouldNotBeType(this object @object) method ShouldNotBeType (line 158) | public static void ShouldNotBeType(this object @object, method ShouldNotEqual (line 171) | public static void ShouldNotEqual(this T actual, method ShouldNotEqual (line 185) | public static void ShouldNotEqual(this T actual, FILE: Telerik.RazorConverter.Tests.Common/XunitExtensions/StringAssertionExtensions.cs class StringAssertionExtensions (line 8) | public static class StringAssertionExtensions method ShouldContain (line 15) | public static void ShouldContain(this string actualString, method ShouldContain (line 27) | public static void ShouldContain(this string actualString, method ShouldNotContain (line 39) | public static void ShouldNotContain(this string actualString, method ShouldNotContain (line 51) | public static void ShouldNotContain(this string actualString, FILE: Telerik.RazorConverter.Tests.Integration/IntegrationTests.cs class IntegrationTests (line 14) | public class IntegrationTests method IntegrationTests (line 37) | public IntegrationTests() method Should_produce_expected_result (line 61) | [Theory] method GetNonEmptyLines (line 88) | private static IList GetNonEmptyLines(string input) FILE: Telerik.RazorConverter.Tests/Razor/Converters/CodeBlockConverterTests.cs class CodeBlockConverterTests (line 9) | public class CodeBlockConverterTests method CodeBlockConverterTests (line 15) | public CodeBlockConverterTests() method Should_be_able_to_convert_codeblock_node (line 22) | [Fact] method Should_not_be_able_to_convert_generic_node (line 28) | [Fact] method Should_require_prefix_for_complete_code_block (line 34) | [Fact] method Should_require_prefix_for_opening_code_block (line 46) | [Fact] method Should_not_require_prefix_for_continued_code_block (line 58) | [Fact] method Should_not_require_prefix_for_closing_code_block (line 70) | [Fact] method Should_transform_RenderPartial_to_RenderPage (line 82) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/Converters/CodeGroupConverterTests.cs class CodeGroupConverterTests (line 10) | public class CodeGroupConverterTests method CodeGroupConverterTests (line 17) | public CodeGroupConverterTests() method Should_be_able_to_convert_code_block_group_node (line 28) | [Fact] method Should_drop_code_block_group_node_when_it_has_no_child_nodes (line 34) | [Fact] method Should_use_provided_converters_for_child_nodes (line 41) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/Converters/CommentNodeConverterTests.cs class CommentNodeConverterTests (line 9) | public class CommentNodeConverterTests method CommentNodeConverterTests (line 15) | public CommentNodeConverterTests() method Should_be_able_to_convert_comment_node (line 22) | [Fact] method Should_not_be_able_to_convert_generic_node (line 28) | [Fact] method Should_convert_text_as_it_is (line 34) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/Converters/ContentPlaceHolderTagConverterTest.cs class ContentPlaceHolderTagConverterTest (line 11) | public class ContentPlaceHolderTagConverterTest method ContentPlaceHolderTagConverterTest (line 21) | public ContentPlaceHolderTagConverterTest() method Should_be_able_to_convert_content_tag_node (line 39) | [Fact] method Should_not_be_able_to_convert_other_server_control_nodes (line 45) | [Fact] method Should_not_be_able_to_convert_other_nodes (line 54) | [Fact] method Should_convert_content_placeholders_to_sections (line 62) | [Fact] method Should_use_chid_converter_for_child_nodes (line 70) | [Fact] method Should_unwrap_child_nodes_from_main_placeholder (line 89) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/Converters/ContentTagConverterTests.cs class ContentTagConverterTests (line 11) | public class ContentTagConverterTests method ContentTagConverterTests (line 24) | public ContentTagConverterTests() method Should_be_able_to_convert_content_tag_node (line 53) | [Fact] method Should_not_be_able_to_convert_other_server_control_nodes (line 59) | [Fact] method Should_not_be_able_to_convert_other_nodes (line 68) | [Fact] method Should_convert_content_placeholders_to_sections (line 76) | [Fact] method Should_use_chid_converter_for_child_nodes (line 84) | [Fact] method Should_unwrap_child_nodes_from_main_placeholder (line 103) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/Converters/DirectiveConverterTests.cs class DirectiveConverterTests (line 11) | public class DirectiveConverterTests method DirectiveConverterTests (line 18) | public DirectiveConverterTests() method Should_be_able_to_convert_directive_node (line 27) | [Fact] method Should_drop_page_directive_when_no_base_type_is_specified (line 33) | [Fact] method Should_convert_Page_directive_to_model_when_inheriting_from_generic_ViewPage (line 42) | [Fact] method Should_extract_model_type_from_generic_ViewPage (line 52) | [Fact] method Should_drop_control_directive_when_no_base_type_is_specified (line 62) | [Fact] method Should_convert_Control_directive_to_model_when_inheriting_from_generic_ViewPage (line 71) | [Fact] method Should_extract_model_type_from_generic_ViewUserControl (line 81) | [Fact] method Should_convert_Page_directive_to_inherit_when_inheriting_from_unknown_type (line 91) | [Fact] method Should_extract_custom_model_type (line 101) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/Converters/ExpressionBlockConverterTests.cs class ExpressionBlockConverterTests (line 9) | public class ExpressionBlockConverterTests method ExpressionBlockConverterTests (line 15) | public ExpressionBlockConverterTests() method Should_be_able_to_convert_expressionlock_node (line 23) | [Fact] method Should_extract_expression (line 29) | [Fact] method Should_trim_expression_whitespace (line 40) | [Fact] method Should_preserve_expression_newlines (line 51) | [Fact] method Should_recognize_multiline_expression_block (line 62) | [Fact] method Should_convert_ResolveUrl_to_UrlContent (line 73) | [Fact] method Should_wrap_HtmlDecode_in_Raw (line 84) | [Fact] method Should_remove_HtmlEncode (line 95) | [Fact] method Should_remove_HttpUtility_HtmlEncode (line 106) | [Fact] method Should_remove_cast_to_string_while_removing_HttpUtility_HtmlEncode (line 117) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/Converters/TextNodeConverterTests.cs class TextNodeConverterTests (line 9) | public class TextNodeConverterTests method TextNodeConverterTests (line 15) | public TextNodeConverterTests() method Should_be_able_to_convert_text_node (line 22) | [Fact] method Should_not_be_able_to_convert_generic_node (line 28) | [Fact] method Should_convert_text_as_it_is (line 34) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/Converters/WebFormsToRazorConverterTests.cs class WebFormsToRazorConverterTests (line 10) | public class WebFormsToRazorConverterTests method WebFormsToRazorConverterTests (line 18) | public WebFormsToRazorConverterTests() method Should_check_if_converter_supports_child_node (line 34) | [Fact] method Should_call_converter_if_supports_child_node (line 42) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/DOM/RazorCodeNodeFactoryTests.cs class RazorCodeNodeFactoryTests (line 6) | public class RazorCodeNodeFactoryTests method RazorCodeNodeFactoryTests (line 10) | public RazorCodeNodeFactoryTests() method Should_set_code (line 15) | [Fact] method Should_set_requires_prefix (line 22) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/DOM/RazorCommentNodeFactoryTests.cs class RazorCommentNodeFactoryTests (line 6) | public class RazorCommentNodeFactoryTests method RazorCommentNodeFactoryTests (line 10) | public RazorCommentNodeFactoryTests() method Should_set_text (line 15) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/DOM/RazorDirectiveNodeFactoryTests.cs class RazorDirectiveNodeFactoryTests (line 6) | public class RazorDirectiveNodeFactoryTests method RazorDirectiveNodeFactoryTests (line 10) | public RazorDirectiveNodeFactoryTests() method Should_set_directive (line 15) | [Fact] method Should_set_parameters (line 22) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/DOM/RazorNodeTests.cs class RazorNodeTests (line 6) | public class RazorNodeTests method RazorNodeTests (line 10) | public RazorNodeTests() method Should_set_parent_upon_adding (line 15) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/DOM/RazorTextNodeFactoryTests.cs class RazorTextNodeFactoryTests (line 6) | public class RazorTextNodeFactoryTests method RazorTextNodeFactoryTests (line 10) | public RazorTextNodeFactoryTests() method Should_set_text (line 15) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/Rendering/CodeNodeRendererTests.cs class CodeNodeRendererTests (line 8) | public class CodeNodeRendererTests method CodeNodeRendererTests (line 13) | public CodeNodeRendererTests() method Should_support_code_node (line 19) | [Fact] method Should_not_support_other_nodes (line 25) | [Fact] method Should_prefix_code (line 31) | [Fact] method Should_trim_start_of_code_when_adding_prefix (line 40) | [Fact] method Should_not_prefix_continued_code (line 49) | [Fact] method Should_not_trim_start_of_continued_code (line 58) | [Fact] method Should_add_block (line 67) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/Rendering/CommentNodeRendererTests.cs class CommentNodeRendererTests (line 8) | public class CommentNodeRendererTests method CommentNodeRendererTests (line 13) | public CommentNodeRendererTests() method Should_support_comment_node (line 19) | [Fact] method Should_not_support_generic_node (line 25) | [Fact] method Should_render_comment_with_razor_syntax (line 31) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/Rendering/DirectiveNodeRendererTests.cs class DirectiveNodeRendererTests (line 8) | public class DirectiveNodeRendererTests method DirectiveNodeRendererTests (line 13) | public DirectiveNodeRendererTests() method Should_be_able_to_render_directive_node (line 19) | [Fact] method Should_prefix_directive (line 25) | [Fact] method Should_render_parameters (line 32) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/Rendering/ExpressionNodeRendererTests.cs class ExpressionNodeRendererTests (line 8) | public class ExpressionNodeRendererTests method ExpressionNodeRendererTests (line 13) | public ExpressionNodeRendererTests() method Should_support_expression_node (line 19) | [Fact] method Should_not_support_other_nodes (line 25) | [Fact] method Should_prefix_expression (line 31) | [Fact] method Should_add_parentheses_for_multiline_expressions (line 39) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/Rendering/RazorViewRendererTests.cs class RazorViewRendererTests (line 10) | public class RazorViewRendererTests method RazorViewRendererTests (line 21) | public RazorViewRendererTests() method Should_check_if_renderer_supports_child_node (line 40) | [Fact] method Should_call_renderer_if_supports_child_node (line 48) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/Rendering/SectionNodeRendererTests.cs class SectionNodeRendererTests (line 10) | public class SectionNodeRendererTests method SectionNodeRendererTests (line 18) | public SectionNodeRendererTests() method Should_support_code_node (line 29) | [Fact] method Should_not_support_other_nodes (line 35) | [Fact] method Should_render_empty_section (line 41) | [Fact] method Should_render_children_in_section (line 50) | [Fact] FILE: Telerik.RazorConverter.Tests/Razor/Rendering/TextNodeRendererTests.cs class TextNodeRendererTests (line 8) | public class TextNodeRendererTests method TextNodeRendererTests (line 13) | public TextNodeRendererTests() method Should_support_text_node (line 19) | [Fact] method Should_not_support_generic_node (line 25) | [Fact] method Should_render_text_as_it_is (line 31) | [Fact] FILE: Telerik.RazorConverter.Tests/WebForms/DOM/WebFormsCodeGroupNodeTests.cs class WebFormsCodeGroupNodeTests (line 8) | public class WebFormsCodeGroupNodeTests method WebFormsCodeGroupNodeTests (line 15) | public WebFormsCodeGroupNodeTests() method Should_combine_content_of_children (line 28) | [Fact] method Should_replace_content_of_individual_nodes (line 38) | [Fact] method Should_throw_exception_when_adding_non_content_node (line 52) | [Fact] method Should_throw_exception_when_trying_to_replace_with_fewer_parts (line 59) | [Fact] FILE: Telerik.RazorConverter.Tests/WebForms/Filters/AddBlockBracesFilterTests.cs class AddBlockBracesFilterTests (line 10) | public class AddBlockBracesFilterTests method AddBlockBracesFilterTests (line 17) | public AddBlockBracesFilterTests() method Should_not_transform_generic_block (line 24) | [Fact] method Should_not_transform_opening_code_block (line 34) | [Fact] method Should_not_transform_continued_code_block (line 45) | [Fact] method Should_not_transform_closing_code_block (line 56) | [Fact] method Should_add_braces_to_non_keyword_statement (line 67) | [Fact] method Should_not_add_braces_to_if_statement (line 79) | [Fact] method Should_not_add_braces_to_Html_RenderPartial_statement (line 90) | [Fact] method Should_add_braces_to_blocks_with_multiple_statements (line 101) | [Fact] method Should_add_braces_to_code_group (line 113) | [Fact] FILE: Telerik.RazorConverter.Tests/WebForms/Filters/CodeBlockGroupingFilterTests.cs class CodeBlockGroupingFilterTests (line 10) | public class CodeBlockGroupingFilterTests method CodeBlockGroupingFilterTests (line 25) | public CodeBlockGroupingFilterTests() method Should_not_transform_noncode_block (line 45) | [Fact] method Should_preserve_surrounding_noncode_blocks (line 53) | [Fact] method Should_not_transform_complete_code_block (line 67) | [Fact] method Should_add_opening_code_block_to_group (line 76) | [Fact] method Should_add_inner_text_block_to_group (line 87) | [Fact] method Should_add_continued_code_block_to_group (line 99) | [Fact] method Should_add_closing_code_block_to_group (line 111) | [Fact] method Should_not_add_outer_text_block_to_group (line 122) | [Fact] method Should_group_nested_code_block (line 135) | [Fact] method GetFilteredChildren (line 153) | private IList GetFilteredChildren() method GetGroupedNodes (line 164) | private IList GetGroupedNodes() FILE: Telerik.RazorConverter.Tests/WebForms/Filters/WrapNestedTemplatesFilterTests.cs class WrapNestedTemplatesFilterTests (line 8) | public class WrapNestedTemplatesFilterTests method WrapNestedTemplatesFilterTests (line 14) | public WrapNestedTemplatesFilterTests() method Should_not_transform_generic_block (line 20) | [Fact] method Should_wrap_nested_template (line 30) | [Fact] FILE: Telerik.RazorConverter.Tests/WebForms/WebFormsParserFilteringTests.cs class WebFormsParserFilteringTests (line 10) | public class WebFormsParserFilteringTests method WebFormsParserFilteringTests (line 17) | public WebFormsParserFilteringTests() method Should_executes_postprocessing_filters (line 27) | [Fact] method Should_replace_nodes_with_filter_output (line 39) | [Fact] method Should_apply_filters_recursively (line 54) | [Fact] FILE: Telerik.RazorConverter.Tests/WebForms/WebFormsParserTests.cs class WebFormsParserTests (line 9) | public class WebFormsParserTests method WebFormsParserTests (line 14) | public WebFormsParserTests() method Parse_should_return_Document_node (line 21) | [Fact] method Parse_should_recognize_page_as_directive (line 28) | [Fact] method Parse_should_parse_page_directive_type (line 35) | [Fact] method Parse_should_parse_page_directive_attributes (line 42) | [Fact] method Parse_should_parse_control_directive_type (line 50) | [Fact] method Parse_should_parse_control_directive_attributes (line 57) | [Fact] method Parse_should_parse_text_before_page_directive (line 65) | [Fact] method Parse_should_parse_comments (line 72) | [Fact] method Parse_should_parse_comments_with_dashes (line 79) | [Fact] method Parse_should_parse_server_control_tagName (line 86) | [Fact] method Parse_should_parse_server_control_with_additional_attributes (line 93) | [Fact] method Parse_should_parse_server_control_attributes (line 100) | [Fact] method Parse_should_parse_children_of_server_control (line 107) | [Fact] method Parse_should_treat_HTML_tags_nested_in_server_control_as_text (line 114) | [Fact] method Parse_should_parse_multiple_server_control_tags (line 121) | [Fact] method Parse_should_parse_text_after_server_control (line 131) | [Fact] method Parse_should_treat_HTML_tags_as_text (line 138) | [Fact] method Parse_should_parse_expression_blocks (line 145) | [Fact] method Parse_should_parse_expression_blocks_within_tags (line 152) | [Fact] method Parse_should_parse_encoded_expressions_as_expression_blocks (line 160) | [Fact] method Parse_should_parse_code_blocks (line 167) | [Fact] method Should_mark_code_block_as_opening_when_ending_with_open_block (line 174) | [Fact] method Should_mark_code_block_as_continued_when_closing_previous_block_and_opening_new_one (line 181) | [Fact] method Should_mark_code_block_as_closing_when_closing_previous_block (line 188) | [Fact] method Should_mark_code_block_as_complete_when_all_blocks_are_closed (line 195) | [Fact] method Should_not_parse_script_content (line 202) | [Fact] method Should_treat_doctype_as_text (line 210) | [Fact] method Parse_should_treat_adjacent_elements_as_siblings (line 219) | [Fact] method Parse_should_treat_adjacent_elements_withshortcut_closing_as_siblings (line 229) | [Fact] method Should_parse_javascript_nested_expressions (line 239) | [Fact] FILE: Telerik.RazorConverter/Document.cs class Document (line 3) | public class Document : IDocument method Document (line 11) | public Document(TNode root) FILE: Telerik.RazorConverter/IDocument.cs type IDocument (line 3) | public interface IDocument FILE: Telerik.RazorConverter/INodeConverter.cs type INodeConverter (line 6) | public interface INodeConverter method ConvertNode (line 8) | IList ConvertNode(IWebFormsNode node); method CanConvertNode (line 9) | bool CanConvertNode(IWebFormsNode node); FILE: Telerik.RazorConverter/IOrderMetadata.cs type IOrderMetadata (line 5) | public interface IOrderMetadata FILE: Telerik.RazorConverter/IRenderer.cs type IRenderer (line 3) | public interface IRenderer method Render (line 5) | string Render(IDocument document); FILE: Telerik.RazorConverter/IWebFormsConverter.cs type IWebFormsConverter (line 5) | public interface IWebFormsConverter method Convert (line 7) | IDocument Convert(IDocument rootNode); FILE: Telerik.RazorConverter/IWebFormsParser.cs type IWebFormsParser (line 5) | public interface IWebFormsParser method Parse (line 7) | IDocument Parse(string input); FILE: Telerik.RazorConverter/Razor/Converters/CodeBlockConverter.cs class CodeBlockConverter (line 8) | public class CodeBlockConverter : INodeConverter method CodeBlockConverter (line 16) | public CodeBlockConverter(IRazorCodeNodeFactory nodeFactory) method ConvertNode (line 21) | public IList ConvertNode(IWebFormsNode node) method CanConvertNode (line 43) | public bool CanConvertNode(IWebFormsNode node) method ReplaceRenderPartial (line 48) | private string ReplaceRenderPartial(string input) FILE: Telerik.RazorConverter/Razor/Converters/CodeGroupConverter.cs class CodeGroupConverter (line 8) | public class CodeGroupConverter : INodeConverter method CodeGroupConverter (line 16) | public CodeGroupConverter(IRazorNodeConverterProvider converterProvider) method ConvertNode (line 21) | public IList ConvertNode(IWebFormsNode node) method CanConvertNode (line 42) | public bool CanConvertNode(IWebFormsNode node) FILE: Telerik.RazorConverter/Razor/Converters/CommentNodeConverter.cs class CommentNodeConverter (line 7) | public class CommentNodeConverter : INodeConverter method CommentNodeConverter (line 15) | public CommentNodeConverter(IRazorCommentNodeFactory nodeFactory) method ConvertNode (line 20) | public IList ConvertNode(IWebFormsNode node) method CanConvertNode (line 27) | public bool CanConvertNode(IWebFormsNode node) FILE: Telerik.RazorConverter/Razor/Converters/ContentTagConverter.cs class ContentTagConverter (line 9) | public class ContentTagConverter : INodeConverter method ContentTagConverter (line 29) | public ContentTagConverter( IRazorNodeConverterProvider converterProvi... method ConvertNode (line 38) | public IList ConvertNode(IWebFormsNode node) method CanConvertNode (line 98) | public bool CanConvertNode(IWebFormsNode node) FILE: Telerik.RazorConverter/Razor/Converters/ContentTagConverterConfiguration.cs class ContentTagConverterConfiguration (line 5) | [Export(typeof(IContentTagConverterConfiguration))] method ContentTagConverterConfiguration (line 14) | public ContentTagConverterConfiguration() FILE: Telerik.RazorConverter/Razor/Converters/DirectiveConverter.cs class DirectiveConverter (line 8) | public class DirectiveConverter : INodeConverter method DirectiveConverter (line 16) | public DirectiveConverter(IRazorDirectiveNodeFactory nodeFactory) method ConvertNode (line 21) | public IList ConvertNode(IWebFormsNode node) method CanConvertNode (line 58) | public bool CanConvertNode(IWebFormsNode node) FILE: Telerik.RazorConverter/Razor/Converters/ExpressionBlockConverter.cs class ExpressionBlockConverter (line 8) | public class ExpressionBlockConverter : INodeConverter method ExpressionBlockConverter (line 16) | public ExpressionBlockConverter(IRazorExpressionNodeFactory nodeFactory) method ConvertNode (line 21) | public IList ConvertNode(IWebFormsNode node) method CanConvertNode (line 35) | public bool CanConvertNode(IWebFormsNode node) method RemoveHtmlEncode (line 40) | private string RemoveHtmlEncode(string input) method WrapHtmlDecode (line 50) | private string WrapHtmlDecode(string input) FILE: Telerik.RazorConverter/Razor/Converters/IContentTagConverterConfiguration.cs type IContentTagConverterConfiguration (line 3) | public interface IContentTagConverterConfiguration FILE: Telerik.RazorConverter/Razor/Converters/IRazorNodeConverterProvider.cs type IRazorNodeConverterProvider (line 6) | public interface IRazorNodeConverterProvider FILE: Telerik.RazorConverter/Razor/Converters/RazorNodeConverterProvider.cs class RazorNodeConverterProvider (line 8) | [Export(typeof(IRazorNodeConverterProvider))] method RazorNodeConverterProvider (line 11) | [ImportingConstructor] FILE: Telerik.RazorConverter/Razor/Converters/TextNodeConverter.cs class TextNodeConverter (line 7) | public class TextNodeConverter : INodeConverter method TextNodeConverter (line 15) | public TextNodeConverter(IRazorTextNodeFactory nodeFactory) method ConvertNode (line 20) | public IList ConvertNode(IWebFormsNode node) method CanConvertNode (line 27) | public bool CanConvertNode(IWebFormsNode node) FILE: Telerik.RazorConverter/Razor/Converters/WebFormsToRazorConverter.cs class WebFormsToRazorConverter (line 7) | [Export(typeof(IWebFormsConverter))] method WebFormsToRazorConverter (line 16) | [ImportingConstructor] method Convert (line 22) | public IDocument Convert(IDocument srcDoc) FILE: Telerik.RazorConverter/Razor/DOM/IRazorCodeNode.cs type IRazorCodeNode (line 3) | public interface IRazorCodeNode : IRazorNode FILE: Telerik.RazorConverter/Razor/DOM/IRazorCodeNodeFactory.cs type IRazorCodeNodeFactory (line 3) | public interface IRazorCodeNodeFactory method CreateCodeNode (line 5) | IRazorCodeNode CreateCodeNode(string code, bool requiresPrefix, bool r... FILE: Telerik.RazorConverter/Razor/DOM/IRazorCommentNode.cs type IRazorCommentNode (line 3) | public interface IRazorCommentNode : IRazorNode FILE: Telerik.RazorConverter/Razor/DOM/IRazorCommentNodeFactory.cs type IRazorCommentNodeFactory (line 3) | public interface IRazorCommentNodeFactory method CreateCommentNode (line 5) | IRazorCommentNode CreateCommentNode(string text); FILE: Telerik.RazorConverter/Razor/DOM/IRazorDirectiveNode.cs type IRazorDirectiveNode (line 3) | public interface IRazorDirectiveNode : IRazorNode FILE: Telerik.RazorConverter/Razor/DOM/IRazorDirectiveNodeFactory.cs type IRazorDirectiveNodeFactory (line 3) | public interface IRazorDirectiveNodeFactory method CreateDirectiveNode (line 5) | IRazorDirectiveNode CreateDirectiveNode(string directive, string param... FILE: Telerik.RazorConverter/Razor/DOM/IRazorExpressionNode.cs type IRazorExpressionNode (line 3) | public interface IRazorExpressionNode : IRazorNode FILE: Telerik.RazorConverter/Razor/DOM/IRazorExpressionNodeFactory.cs type IRazorExpressionNodeFactory (line 3) | public interface IRazorExpressionNodeFactory method CreateExpressionNode (line 5) | IRazorExpressionNode CreateExpressionNode(string expression, bool isMu... FILE: Telerik.RazorConverter/Razor/DOM/IRazorNode.cs type IRazorNode (line 5) | public interface IRazorNode FILE: Telerik.RazorConverter/Razor/DOM/IRazorSectionNode.cs type IRazorSectionNode (line 3) | public interface IRazorSectionNode : IRazorNode FILE: Telerik.RazorConverter/Razor/DOM/IRazorSectionNodeFactory.cs type IRazorSectionNodeFactory (line 3) | public interface IRazorSectionNodeFactory method CreateSectionNode (line 5) | IRazorSectionNode CreateSectionNode(string name, bool shouldRender = f... FILE: Telerik.RazorConverter/Razor/DOM/IRazorTextNode.cs type IRazorTextNode (line 3) | public interface IRazorTextNode : IRazorNode FILE: Telerik.RazorConverter/Razor/DOM/IRazorTextNodeFactory.cs type IRazorTextNodeFactory (line 3) | public interface IRazorTextNodeFactory method CreateTextNode (line 5) | IRazorTextNode CreateTextNode(string text); FILE: Telerik.RazorConverter/Razor/DOM/RazorCodeNode.cs class RazorCodeNode (line 3) | public class RazorCodeNode : RazorNode, IRazorCodeNode FILE: Telerik.RazorConverter/Razor/DOM/RazorCodeNodeFactory.cs class RazorCodeNodeFactory (line 5) | [Export(typeof(IRazorCodeNodeFactory))] method CreateCodeNode (line 8) | public IRazorCodeNode CreateCodeNode(string code, bool requiresPrefix,... FILE: Telerik.RazorConverter/Razor/DOM/RazorCommentNode.cs class RazorCommentNode (line 3) | public class RazorCommentNode : RazorNode, IRazorCommentNode method RazorCommentNode (line 11) | public RazorCommentNode() method RazorCommentNode (line 15) | public RazorCommentNode(string text) FILE: Telerik.RazorConverter/Razor/DOM/RazorCommentNodeFactory.cs class RazorCommentNodeFactory (line 5) | [Export(typeof(IRazorCommentNodeFactory))] method CreateCommentNode (line 8) | public IRazorCommentNode CreateCommentNode(string text) FILE: Telerik.RazorConverter/Razor/DOM/RazorDirectiveNode.cs class RazorDirectiveNode (line 3) | public class RazorDirectiveNode : RazorNode, IRazorDirectiveNode method RazorDirectiveNode (line 17) | public RazorDirectiveNode() method RazorDirectiveNode (line 21) | public RazorDirectiveNode(string directive, string parameters) FILE: Telerik.RazorConverter/Razor/DOM/RazorDirectiveNodeFactory.cs class RazorDirectiveNodeFactory (line 5) | [Export(typeof(IRazorDirectiveNodeFactory))] method CreateDirectiveNode (line 8) | public IRazorDirectiveNode CreateDirectiveNode(string directive, strin... FILE: Telerik.RazorConverter/Razor/DOM/RazorExpressionNode.cs class RazorExpressionNode (line 3) | public class RazorExpressionNode : RazorNode, IRazorExpressionNode FILE: Telerik.RazorConverter/Razor/DOM/RazorExpressionNodeFactory.cs class RazorExpressionNodeFactory (line 5) | [Export(typeof(IRazorExpressionNodeFactory))] method CreateExpressionNode (line 8) | public IRazorExpressionNode CreateExpressionNode(string expression, bo... FILE: Telerik.RazorConverter/Razor/DOM/RazorNode.cs class RazorNode (line 7) | public class RazorNode : IRazorNode method RazorNode (line 21) | public RazorNode() method OnChildrenCollectionChanged (line 27) | protected virtual void OnChildrenCollectionChanged(object sender, Noti... FILE: Telerik.RazorConverter/Razor/DOM/RazorSectionNode.cs class RazorSectionNode (line 3) | public class RazorSectionNode : RazorNode, IRazorSectionNode method RazorSectionNode (line 17) | public RazorSectionNode() method RazorSectionNode (line 21) | public RazorSectionNode(string sectionName, bool shouldRender) FILE: Telerik.RazorConverter/Razor/DOM/RazorSectionNodeFactory.cs class RazorSectionNodeFactory (line 5) | [Export(typeof(IRazorSectionNodeFactory))] method CreateSectionNode (line 8) | public IRazorSectionNode CreateSectionNode(string sectionName, bool sh... FILE: Telerik.RazorConverter/Razor/DOM/RazorTextNode.cs class RazorTextNode (line 3) | public class RazorTextNode : RazorNode, IRazorTextNode method RazorTextNode (line 11) | public RazorTextNode() method RazorTextNode (line 15) | public RazorTextNode(string text) FILE: Telerik.RazorConverter/Razor/DOM/RazorTextNodeFactory.cs class RazorTextNodeFactory (line 5) | [Export(typeof(IRazorTextNodeFactory))] method CreateTextNode (line 8) | public IRazorTextNode CreateTextNode(string text) FILE: Telerik.RazorConverter/Razor/Rendering/CodeNodeRenderer.cs class CodeNodeRenderer (line 5) | public class CodeNodeRenderer : IRazorNodeRenderer method RenderNode (line 7) | public string RenderNode(IRazorNode node) method CanRenderNode (line 27) | public bool CanRenderNode(IRazorNode node) FILE: Telerik.RazorConverter/Razor/Rendering/CommentNodeRenderer.cs class CommentNodeRenderer (line 5) | public class CommentNodeRenderer : IRazorNodeRenderer method RenderNode (line 7) | public string RenderNode(IRazorNode node) method CanRenderNode (line 13) | public bool CanRenderNode(IRazorNode node) FILE: Telerik.RazorConverter/Razor/Rendering/DirectiveNodeRenderer.cs class DirectiveNodeRenderer (line 5) | public class DirectiveNodeRenderer : IRazorNodeRenderer method RenderNode (line 7) | public string RenderNode(IRazorNode node) method CanRenderNode (line 13) | public bool CanRenderNode(IRazorNode node) FILE: Telerik.RazorConverter/Razor/Rendering/ExpressionNodeRenderer.cs class ExpressionNodeRenderer (line 5) | public class ExpressionNodeRenderer : IRazorNodeRenderer method RenderNode (line 7) | public string RenderNode(IRazorNode node) method CanRenderNode (line 21) | public bool CanRenderNode(IRazorNode node) FILE: Telerik.RazorConverter/Razor/Rendering/IRazorNodeRenderer.cs type IRazorNodeRenderer (line 5) | public interface IRazorNodeRenderer method RenderNode (line 7) | string RenderNode(IRazorNode node); method CanRenderNode (line 8) | bool CanRenderNode(IRazorNode node); FILE: Telerik.RazorConverter/Razor/Rendering/IRazorNodeRendererProvider.cs type IRazorNodeRendererProvider (line 5) | public interface IRazorNodeRendererProvider FILE: Telerik.RazorConverter/Razor/Rendering/RazorNodeRendererProvider.cs class RazorNodeRendererProvider (line 6) | [Export(typeof(IRazorNodeRendererProvider))] method RazorNodeRendererProvider (line 15) | public RazorNodeRendererProvider() FILE: Telerik.RazorConverter/Razor/Rendering/RazorViewRenderer.cs class RazorViewRenderer (line 8) | [Export(typeof(IRenderer))] method RazorViewRenderer (line 17) | [ImportingConstructor] method Render (line 23) | public string Render(IDocument document) FILE: Telerik.RazorConverter/Razor/Rendering/SectionNodeRenderer.cs class SectionNodeRenderer (line 6) | public class SectionNodeRenderer : IRazorNodeRenderer method SectionNodeRenderer (line 14) | public SectionNodeRenderer(IRazorNodeRendererProvider NodeRendererProv... method RenderNode (line 19) | public string RenderNode(IRazorNode node) method RenderChildren (line 33) | private string RenderChildren(IRazorNode node) method CanRenderNode (line 51) | public bool CanRenderNode(IRazorNode node) FILE: Telerik.RazorConverter/Razor/Rendering/TextNodeRenderer.cs class TextNodeRenderer (line 5) | public class TextNodeRenderer : IRazorNodeRenderer method RenderNode (line 7) | public string RenderNode(IRazorNode node) method CanRenderNode (line 13) | public bool CanRenderNode(IRazorNode node) FILE: Telerik.RazorConverter/WebForms/DOM/CodeBlockNodeType.cs type CodeBlockNodeType (line 3) | public enum CodeBlockNodeType FILE: Telerik.RazorConverter/WebForms/DOM/CommentNode.cs class CommentNode (line 3) | public class CommentNode : WebFormsNode, IWebFormsCommentNode method CommentNode (line 24) | public CommentNode() FILE: Telerik.RazorConverter/WebForms/DOM/DirectiveNode.cs class DirectiveNode (line 3) | public class DirectiveNode : WebFormsNode, IWebFormsDirectiveNode FILE: Telerik.RazorConverter/WebForms/DOM/DirectiveType.cs type DirectiveType (line 3) | public enum DirectiveType FILE: Telerik.RazorConverter/WebForms/DOM/ExpressionBlockNode.cs class ExpressionBlockNode (line 3) | public class ExpressionBlockNode : WebFormsNode, IWebFormsExpressionBloc... method ExpressionBlockNode (line 24) | public ExpressionBlockNode() FILE: Telerik.RazorConverter/WebForms/DOM/IWebFormsCodeBlockNode.cs type IWebFormsCodeBlockNode (line 3) | public interface IWebFormsCodeBlockNode : IWebFormsContentNode FILE: Telerik.RazorConverter/WebForms/DOM/IWebFormsCodeGroupNode.cs type IWebFormsCodeGroupNode (line 3) | public interface IWebFormsCodeGroupNode : IWebFormsContentNode FILE: Telerik.RazorConverter/WebForms/DOM/IWebFormsCodeGroupNodeFactory.cs type IWebFormsCodeGroupNodeFactory (line 3) | public interface IWebFormsCodeGroupNodeFactory method CreatCodeGroupNode (line 5) | IWebFormsCodeGroupNode CreatCodeGroupNode(IWebFormsCodeBlockNode first... FILE: Telerik.RazorConverter/WebForms/DOM/IWebFormsCommentNode.cs type IWebFormsCommentNode (line 3) | public interface IWebFormsCommentNode : IWebFormsContentNode FILE: Telerik.RazorConverter/WebForms/DOM/IWebFormsContentNode.cs type IWebFormsContentNode (line 3) | public interface IWebFormsContentNode : IWebFormsNode FILE: Telerik.RazorConverter/WebForms/DOM/IWebFormsDirectiveNode.cs type IWebFormsDirectiveNode (line 3) | public interface IWebFormsDirectiveNode : IWebFormsNode FILE: Telerik.RazorConverter/WebForms/DOM/IWebFormsExpressionBlockNode.cs type IWebFormsExpressionBlockNode (line 3) | public interface IWebFormsExpressionBlockNode : IWebFormsContentNode FILE: Telerik.RazorConverter/WebForms/DOM/IWebFormsNode.cs type IWebFormsNode (line 5) | public interface IWebFormsNode FILE: Telerik.RazorConverter/WebForms/DOM/IWebFormsNodeFactory.cs type IWebFormsNodeFactory (line 6) | public interface IWebFormsNodeFactory method CreateNode (line 8) | IWebFormsNode CreateNode(Match match, NodeType type); FILE: Telerik.RazorConverter/WebForms/DOM/IWebFormsServerControlNode.cs type IWebFormsServerControlNode (line 3) | public interface IWebFormsServerControlNode : IWebFormsNode FILE: Telerik.RazorConverter/WebForms/DOM/IWebFormsTextNode.cs type IWebFormsTextNode (line 3) | public interface IWebFormsTextNode : IWebFormsContentNode FILE: Telerik.RazorConverter/WebForms/DOM/NodeType.cs type NodeType (line 3) | public enum NodeType FILE: Telerik.RazorConverter/WebForms/DOM/ServerControlNode.cs class ServerControlNode (line 3) | public class ServerControlNode : WebFormsNode, IWebFormsServerControlNode method ServerControlNode (line 11) | public ServerControlNode() FILE: Telerik.RazorConverter/WebForms/DOM/TextNode.cs class TextNode (line 3) | public class TextNode : WebFormsNode, IWebFormsTextNode method TextNode (line 24) | public TextNode() FILE: Telerik.RazorConverter/WebForms/DOM/WebFormsCodeBlockNode.cs class WebFormsCodeBlockNode (line 3) | public class WebFormsCodeBlockNode : WebFormsNode, IWebFormsCodeBlockNode method WebFormsCodeBlockNode (line 30) | public WebFormsCodeBlockNode() FILE: Telerik.RazorConverter/WebForms/DOM/WebFormsCodeGroupFactory.cs class WebFormsCodeGroupFactory (line 5) | [Export(typeof(IWebFormsCodeGroupNodeFactory))] method CreatCodeGroupNode (line 8) | public IWebFormsCodeGroupNode CreatCodeGroupNode(IWebFormsCodeBlockNod... FILE: Telerik.RazorConverter/WebForms/DOM/WebFormsCodeGroupNode.cs class WebFormsCodeGroupNode (line 7) | public class WebFormsCodeGroupNode : WebFormsNode, IWebFormsCodeGroupNode method ReplaceContent (line 24) | private void ReplaceContent(string content) method OnChildrenCollectionChanged (line 39) | protected override void OnChildrenCollectionChanged(object sender, Not... FILE: Telerik.RazorConverter/WebForms/DOM/WebFormsNode.cs class WebFormsNode (line 8) | public class WebFormsNode : IWebFormsNode method WebFormsNode (line 34) | public WebFormsNode() method OnChildrenCollectionChanged (line 42) | protected virtual void OnChildrenCollectionChanged(object sender, Noti... FILE: Telerik.RazorConverter/WebForms/DOM/WebFormsNodeFactory.cs class WebFormsNodeFactory (line 10) | [Export(typeof(IWebFormsNodeFactory))] method WebFormsNodeFactory (line 21) | public WebFormsNodeFactory() method CreateNode (line 34) | public IWebFormsNode CreateNode(Match match, NodeType type) method DirectiveNodeBuilder (line 49) | private IWebFormsNode DirectiveNodeBuilder(Match match) method TextNodeBuilder (line 78) | private IWebFormsNode TextNodeBuilder(Match match) method CommentNodeBuilder (line 85) | private IWebFormsNode CommentNodeBuilder(Match match) method ServerControlNodeBuilder (line 92) | private IWebFormsNode ServerControlNodeBuilder(Match match) method CodeBlockNodeBuilder (line 119) | private IWebFormsNode CodeBlockNodeBuilder(Match match) method ExpressionBlockNodeBuilder (line 149) | private IWebFormsNode ExpressionBlockNodeBuilder(Match match) FILE: Telerik.RazorConverter/WebForms/Filters/AddBlockBracesFilter.cs class AddBlockBracesFilter (line 7) | public class AddBlockBracesFilter : IWebFormsNodeFilter method Filter (line 9) | public IList Filter(IWebFormsNode node, IWebFormsNode p... method RequiresBlock (line 25) | private bool RequiresBlock(string code) FILE: Telerik.RazorConverter/WebForms/Filters/CodeBlockGroupingFilter.cs class CodeBlockGroupingFilter (line 7) | public class CodeBlockGroupingFilter : IWebFormsNodeFilter method CodeBlockGroupingFilter (line 15) | public CodeBlockGroupingFilter(IWebFormsCodeGroupNodeFactory nodeFactory) method Filter (line 20) | public IList Filter(IWebFormsNode node, IWebFormsNode p... method FindLastOpenGroup (line 45) | private IWebFormsCodeGroupNode FindLastOpenGroup(IWebFormsNode previou... FILE: Telerik.RazorConverter/WebForms/Filters/IWebFormsNodeFilter.cs type IWebFormsNodeFilter (line 6) | public interface IWebFormsNodeFilter method Filter (line 8) | IList Filter(IWebFormsNode node, IWebFormsNode previous... FILE: Telerik.RazorConverter/WebForms/Filters/IWebFormsNodeFilterProvider.cs type IWebFormsNodeFilterProvider (line 5) | public interface IWebFormsNodeFilterProvider FILE: Telerik.RazorConverter/WebForms/Filters/WebFormsNodeFilterProvider.cs class WebFormsNodeFilterProvider (line 7) | [Export(typeof(IWebFormsNodeFilterProvider))] method WebFormsNodeFilterProvider (line 10) | [ImportingConstructor] FILE: Telerik.RazorConverter/WebForms/Filters/WrapNestedTemplatesFilter.cs class WrapNestedTemplatesFilter (line 7) | public class WrapNestedTemplatesFilter : IWebFormsNodeFilter method Filter (line 9) | public IList Filter(IWebFormsNode node, IWebFormsNode p... method WrapNestedTemplates (line 21) | private string WrapNestedTemplates(string content) FILE: Telerik.RazorConverter/WebForms/Parsing/AttributesReader.cs class AttributesReader (line 6) | public class AttributesReader : IAttributesReader method ReadAttributes (line 8) | public void ReadAttributes(Match match, IDictionary at... FILE: Telerik.RazorConverter/WebForms/Parsing/IAttributesReader.cs type IAttributesReader (line 6) | public interface IAttributesReader method ReadAttributes (line 8) | void ReadAttributes(Match match, IDictionary attributes); FILE: Telerik.RazorConverter/WebForms/Parsing/RunatServerTagRegex.cs class RunatServerTagRegex (line 5) | class RunatServerTagRegex : Regex method RunatServerTagRegex (line 7) | public RunatServerTagRegex() : base( FILE: Telerik.RazorConverter/WebForms/Parsing/WebFormsParser.cs class WebFormsParser (line 12) | [Export(typeof(IWebFormsParser))] method WebFormsParser (line 27) | static WebFormsParser() method WebFormsParser (line 54) | [ImportingConstructor] method Parse (line 61) | public IDocument Parse(string input) method ApplyPostprocessingFilters (line 149) | private void ApplyPostprocessingFilters(IWebFormsNode rootNode) method FilterChildNodes (line 157) | private void FilterChildNodes(IWebFormsNode rootNode, IWebFormsNodeFil... method AppendTextNode (line 176) | private void AppendTextNode(IWebFormsNode parentNode, Match match) FILE: aspx2razor/DirectoryHandler.cs class DirectoryHandler (line 11) | public class DirectoryHandler { method DirectoryHandler (line 24) | public DirectoryHandler(string inputDirectory, string outputDirectory) { method GetFiles (line 34) | public IEnumerable GetFiles(bool includeSubdirectories) { method GetOutputFileName (line 38) | public string GetOutputFileName(string fileName) { method MakeRelative (line 44) | private static string MakeRelative(string filePath, string referencePath) method GetFiles (line 51) | private static List GetFiles(string inputDirectory, bool inclu... method GetFileRecursive (line 56) | private static List GetFileRecursive(List list, string... method GetFullPathOrDefault (line 71) | private static string GetFullPathOrDefault(string directory) { FILE: aspx2razor/Program.cs class Program (line 14) | class Program { method Main (line 24) | private static void Main(string[] args) { method Program (line 29) | private Program() { method Run (line 35) | public void Run(string[] args) { method AddFail (line 99) | private static void AddFail(string fileName, string errorMessage, ILis... method DisplayUsage (line 104) | private static void DisplayUsage() { method EnsureDirectory (line 111) | private static void EnsureDirectory(string directory) { method ReplaceExtension (line 117) | private static string ReplaceExtension(string fileName, string newExte...