# Sandbox.Compiler.StripDisabledTextTrivia

```csharp
static Microsoft.CodeAnalysis.SyntaxTree StripDisabledTextTrivia(Microsoft.CodeAnalysis.SyntaxTree tree)
```

Strips out disabled text trivia from the syntax tree. This is stuff like `#if false` blocks that are not compiled.

### Parameters

- `tree` (`Microsoft.CodeAnalysis.SyntaxTree`)

### Returns

`Microsoft.CodeAnalysis.SyntaxTree`

Declared in [Sandbox.Compiler](/api/Sandbox.Compiler).
Assembly: `Sandbox.Compiling`.
