4 references to GetPublicSymbols
Microsoft.CodeAnalysis.CSharp (4)
Symbols\PublicModel\MethodSymbol.cs (1)
214return _underlying.ExplicitInterfaceImplementations.GetPublicSymbols();
Symbols\PublicModel\NamedTypeSymbol.cs (3)
36return UnderlyingNamedTypeSymbol.InstanceConstructors.GetPublicSymbols(); 44return UnderlyingNamedTypeSymbol.StaticConstructors.GetPublicSymbols(); 52return UnderlyingNamedTypeSymbol.Constructors.GetPublicSymbols();