1 write to _symbol
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\AbstractMetadataAsSourceService.WrappedPropertySymbol.cs (1)
21_symbol = propertySymbol;
18 references to _symbol
Microsoft.CodeAnalysis.Features (18)
MetadataAsSource\AbstractMetadataAsSourceService.WrappedPropertySymbol.cs (18)
30: _symbol.ExplicitInterfaceImplementations; 34public IMethodSymbol GetMethod => _symbol.GetMethod; 36public bool IsIndexer => _symbol.IsIndexer; 38public bool IsReadOnly => _symbol.IsReadOnly; 40public bool IsWithEvents => _symbol.IsWithEvents; 42public bool IsWriteOnly => _symbol.IsWriteOnly; 44public bool IsRequired => _symbol.IsRequired; 46public bool ReturnsByRef => _symbol.ReturnsByRef; 48public bool ReturnsByRefReadonly => _symbol.ReturnsByRefReadonly; 50public RefKind RefKind => _symbol.RefKind; 52public IPropertySymbol OverriddenProperty => _symbol.OverriddenProperty; 54public ImmutableArray<IParameterSymbol> Parameters => _symbol.Parameters; 56public IMethodSymbol SetMethod => _symbol.SetMethod; 58public ITypeSymbol Type => _symbol.Type; 60public NullableAnnotation NullableAnnotation => _symbol.NullableAnnotation; 62public ImmutableArray<CustomModifier> RefCustomModifiers => _symbol.RefCustomModifiers; 64public ImmutableArray<CustomModifier> TypeCustomModifiers => _symbol.TypeCustomModifiers; 66ISymbol ISymbol.OriginalDefinition => _symbol.OriginalDefinition;