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