Table of Contents

Method UnregisterCode

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

UnregisterCode(string, ProjectId)

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

void UnregisterCode(string fileName, ProjectId projectId = null)

Parameters

fileName string

File name of the source code.

projectId ProjectId

Specifies project to remove a file from.