Vixen
02b45cc4

CodeBlockSyntax

class
csharp
public sealed class CodeBlockSyntax

@code { … }. VXML never parses C#: the body travels as one token and Roslyn is the only thing that ever reads it.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

This node is associated with the following syntax kinds:

CodeBlock

Fields and properties (4)

Methods (8)

Used by (9)

  • BinderVixen.Ui.Markup
  • CodeBlockSyntaxVixen.Ui.Markup
  • ParserTestsVixen.Ui.Markup.Tests
  • RecoveryTestsVixen.Ui.Markup.Tests
  • SyntaxFactoryVixen.Ui.Markup
  • SyntaxRewriterVixen.Ui.Markup
  • SyntaxVisitorVixen.Ui.Markup
  • SyntaxVisitorVixen.Ui.Markup
  • VxmlParserVixen.Ui.Markup