2 references to GetPublicSymbols
Microsoft.CodeAnalysis.CSharp (2)
Symbols\PublicModel\MethodSymbol.cs (1)
129static underlying => underlying.Parameters.GetPublicSymbols(),
Symbols\PublicModel\PropertySymbol.cs (1)
48get { return _underlying.Parameters.GetPublicSymbols(); }