1 write to Symbol
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\MethodXml\AbstractMethodXmlBuilder.cs (1)
71this.Symbol = symbol;
1 reference to Symbol
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\MethodXML\MethodXmlBuilder.vb (1)
432If Me.Symbol.ContainingType.InheritsFromOrEquals(symbol.ContainingType) Then