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