1 implementation of GetIsConstant
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
711
public abstract bool
GetIsConstant
(SyntaxNode variableNode);
1 reference to GetIsConstant
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeVariable.cs (1)
125
return CodeModelService.
GetIsConstant
(LookupNode());