1 implementation of IsValidExternalSymbol
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
522public abstract bool IsValidExternalSymbol(ISymbol symbol);
1 reference to IsValidExternalSymbol
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\ExternalMemberCollection.cs (1)
62if (this.CodeModelService.IsValidExternalSymbol(member))