Implemented interface member:
method
GetIsDefault
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ICodeModelService.GetIsDefault(Microsoft.CodeAnalysis.SyntaxNode)
2 overrides of GetIsDefault
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
2606public override bool GetIsDefault(SyntaxNode propertyNode)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
2860Public Overrides Function GetIsDefault(propertyNode As SyntaxNode) As Boolean