Table of Contents

Enum ParserEmbeddedCodeTransformationPath

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

Describes the caller path that requested an embedded-code transformation.

public enum ParserEmbeddedCodeTransformationPath
Extension Methods

Fields

GeneratedCodeEmission = 0

The transformation is used by generated-source emission.

RuntimeCompilation = 1

The transformation is used by runtime expression compilation.