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 SourceCodeAnnotation

SourceCodeAnnotation

Gets an annotation that means that the target syntax nodes and its children are source code, even if there is an annotation of kind GeneratedCodeAnnotationKind in a parent node.

Declaration
public static SyntaxAnnotation SourceCodeAnnotation { get; }
Property Value
Type Description
SyntaxAnnotation
  • Navigation