1 instantiation of PropertySymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PropertySymbol.cs (1)
448
return new PublicModel.
PropertySymbol
(this);
1 reference to PropertySymbol
Microsoft.CodeAnalysis.CSharp (1)
SymbolDisplay\SymbolDisplayVisitor.Members.cs (1)
129
(propertyOpt as Symbols.PublicModel.
PropertySymbol
)?.UnderlyingSymbol is SourcePropertySymbolBase sourceProperty)