Table of Contents

Method UnregisterCodeFiles

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

UnregisterCodeFiles(string[], ProjectId)

When implemented by a class, removes types declared in given source files from being accessible for code analysis.

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

Parameters

files string[]

files containing source code.

projectId ProjectId

Specifies project to remove files from.