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