Table of Contents

Method FindUniqueSymbolNameAndPos

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

FindUniqueSymbolNameAndPos(SemanticModel, SyntaxNode, ref string, ref bool, ref int)

protected bool FindUniqueSymbolNameAndPos(SemanticModel model, SyntaxNode node, ref string symbolName, ref bool isStatic, ref int position)

Parameters

model SemanticModel
node SyntaxNode
symbolName string
isStatic bool
position int

Returns

bool