4 references to GetPublicSymbols
Microsoft.CodeAnalysis.CSharp (2)
Symbols\PublicModel\MethodSymbol.cs (1)
128static underlying => underlying.Parameters.GetPublicSymbols(),
Symbols\PublicModel\PropertySymbol.cs (1)
48get { return _underlying.Parameters.GetPublicSymbols(); }
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
DocumentationComments\ParameterTests.cs (2)
304var parameters = method.Parameters.GetPublicSymbols(); 331var parameters = method.Parameters.GetPublicSymbols();