3 types derived from WrappedPropertySymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\NativeIntegerTypeSymbol.cs (1)
460
internal sealed class NativeIntegerPropertySymbol :
WrappedPropertySymbol
Symbols\Retargeting\RetargetingPropertySymbol.cs (1)
17
internal sealed class RetargetingPropertySymbol :
WrappedPropertySymbol
Symbols\SubstitutedPropertySymbol.cs (1)
12
internal sealed class SubstitutedPropertySymbol :
WrappedPropertySymbol
1 reference to WrappedPropertySymbol
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NativeIntegerTests.cs (1)
620
return ((
WrappedPropertySymbol
)nativeIntegerMember).UnderlyingProperty;