1 reference to AnonymousTypePropertySymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\AnonymousTypes\PublicSymbols\AnonymousType.TypePublicSymbol.cs (1)
37
var properties = fields.SelectAsArray((field, i, type) => new
AnonymousTypePropertySymbol
(type, field, i), this);