Table of Contents

Enum EmbeddedCodeTarget

Namespace
Utils.Parser.EmbeddedCode
Assembly
Utils.Parser.dll

Identifies the preparation path that will consume embedded ANTLR source code.

public enum EmbeddedCodeTarget
Extension Methods

Fields

RuntimeInlineExpression = 1

Prepare embedded code through an explicitly configured runtime-inline expression compiler.

SourceGeneratorCSharp = 0

Prepare embedded code as C# source that a Roslyn source generator can emit.