Table of Contents

Method RegisterCode

Namespace
Alternet.Syntax.Parsers.Roslyn
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

RegisterCode(string, string)

When implemented by a class, makes types declared in given source file accessible for code analysis.

void RegisterCode(string fileName, string text)

Parameters

fileName string

File name of the source code.

text string

Specifies source text.