21 references to _symbol
Microsoft.CodeAnalysis.Features (21)
MetadataAsSource\AbstractMetadataAsSourceService.WrappedPropertySymbol.cs (21)
24: _symbol.ExplicitInterfaceImplementations; 28public IMethodSymbol GetMethod => _symbol.GetMethod; 30public bool IsIndexer => _symbol.IsIndexer; 32public bool IsReadOnly => _symbol.IsReadOnly; 34public bool IsWithEvents => _symbol.IsWithEvents; 36public bool IsWriteOnly => _symbol.IsWriteOnly; 38public bool IsRequired => _symbol.IsRequired; 40public bool ReturnsByRef => _symbol.ReturnsByRef; 42public bool ReturnsByRefReadonly => _symbol.ReturnsByRefReadonly; 44public RefKind RefKind => _symbol.RefKind; 46public IPropertySymbol OverriddenProperty => _symbol.OverriddenProperty; 48public ImmutableArray<IParameterSymbol> Parameters => _symbol.Parameters; 50public IMethodSymbol SetMethod => _symbol.SetMethod; 52public ITypeSymbol Type => _symbol.Type; 54public NullableAnnotation NullableAnnotation => _symbol.NullableAnnotation; 56public ImmutableArray<CustomModifier> RefCustomModifiers => _symbol.RefCustomModifiers; 58public ImmutableArray<CustomModifier> TypeCustomModifiers => _symbol.TypeCustomModifiers; 60ISymbol ISymbol.OriginalDefinition => _symbol.OriginalDefinition; 70public IPropertySymbol PartialDefinitionPart => _symbol.PartialDefinitionPart; 72public IPropertySymbol PartialImplementationPart => _symbol.PartialImplementationPart; 74public bool IsPartialDefinition => _symbol.IsPartialDefinition;