1 implementation of GetReadWrite
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
730
public abstract EnvDTE80.vsCMPropertyKind
GetReadWrite
(SyntaxNode memberNode);
1 reference to GetReadWrite
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeProperty.cs (1)
214
get { return CodeModelService.
GetReadWrite
(LookupNode()); }