Table of Contents

Method RegisterCodeFiles

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

RegisterCodeFiles(string[], ProjectId)

Makes types declared in given source files accessible for code analysis.

public void RegisterCodeFiles(string[] files, ProjectId projectId = null)

Parameters

files string[]

files containing source code.

projectId ProjectId

Specifies project to add files to.