1 implementation of GetIsDefault
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
714
public abstract bool
GetIsDefault
(SyntaxNode propertyNode);
1 reference to GetIsDefault
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeProperty.cs (1)
203
return CodeModelService.
GetIsDefault
(LookupNode());