3 references to UnderlyingProperty
Microsoft.CodeAnalysis.CSharp (1)
Symbols\NativeIntegerTypeSymbol.cs (1)
484
public override ImmutableArray<CustomModifier> RefCustomModifiers =>
UnderlyingProperty
.RefCustomModifiers;
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NativeIntegerTests.cs (1)
620
return ((WrappedPropertySymbol)nativeIntegerMember).
UnderlyingProperty
;
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Retargeting\RetargetingTests.cs (1)
1312
return ((RetargetingPropertySymbol)symbol).
UnderlyingProperty
;