Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Conceptual documentation

Commented examples

API documentation

Aspect API

Extensions API

Patterns API

Flashtrace API

Introspection API

Advanced API

Metalama.​Compiler

Metalama.​Compiler.​Services

Metalama.​Framework.​Engine

Metalama.​Framework.​Engine.​Aspect­Weavers

Metalama.​Framework.​Engine.​Code­Model

Metalama.​Framework.​Engine.​Collections

Metalama.​Framework.​Engine.​Diagnostics

Metalama.​Framework.​Engine.​Formatting

Metalama.​Framework.​Engine.​Metrics

Metalama.​Framework.​Engine.​Services

Metalama.​Framework.​Engine.​Utilities

Metalama.​Framework.​Engine.​Utilities.​Roslyn

Metalama.​Framework.​Engine.​Utilities.​Threading

Metalama.​Testing.​Aspect­Testing

Metalama.​Testing.​Unit­Testing

Post­Sharp API migration

  • Article

Property InputDocument

InputDocument

Gets the input Document. For introduced syntax trees, this is null.

Declaration
public Document? InputDocument { get; }
Property Value
Type Description
Document
  • Navigation