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