7 references to UnderlyingProperty
Microsoft.CodeAnalysis.CSharp (7)
Emitter\NoPia\EmbeddedProperty.cs (7)
27return UnderlyingProperty.AdaptedPropertySymbol.GetCustomAttributesToEmit(moduleBuilder); 32return EmbeddedTypesManager.EmbedParameters(this, UnderlyingProperty.AdaptedPropertySymbol.Parameters); 37get { return UnderlyingProperty.AdaptedPropertySymbol.HasRuntimeSpecialName; } 44return UnderlyingProperty.AdaptedPropertySymbol.HasSpecialName; 52return (Cci.ISignature)UnderlyingProperty; 62=> UnderlyingProperty.AdaptedPropertySymbol.MetadataVisibility; 68return UnderlyingProperty.AdaptedPropertySymbol.MetadataName;