1 implementation of SetIsDefault
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
715public abstract SyntaxNode SetIsDefault(SyntaxNode propertyNode, bool value);
1 reference to SetIsDefault
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel_CodeGen.cs (1)
576var updatedNode = CodeModelService.SetIsDefault(node, value);