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