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;
34
public IMethodSymbol GetMethod =>
_symbol
.GetMethod;
36
public bool IsIndexer =>
_symbol
.IsIndexer;
38
public bool IsReadOnly =>
_symbol
.IsReadOnly;
40
public bool IsWithEvents =>
_symbol
.IsWithEvents;
42
public bool IsWriteOnly =>
_symbol
.IsWriteOnly;
44
public bool IsRequired =>
_symbol
.IsRequired;
46
public bool ReturnsByRef =>
_symbol
.ReturnsByRef;
48
public bool ReturnsByRefReadonly =>
_symbol
.ReturnsByRefReadonly;
50
public RefKind RefKind =>
_symbol
.RefKind;
52
public IPropertySymbol OverriddenProperty =>
_symbol
.OverriddenProperty;
54
public ImmutableArray<IParameterSymbol> Parameters =>
_symbol
.Parameters;
56
public IMethodSymbol SetMethod =>
_symbol
.SetMethod;
58
public ITypeSymbol Type =>
_symbol
.Type;
60
public NullableAnnotation NullableAnnotation =>
_symbol
.NullableAnnotation;
62
public ImmutableArray<CustomModifier> RefCustomModifiers =>
_symbol
.RefCustomModifiers;
64
public ImmutableArray<CustomModifier> TypeCustomModifiers =>
_symbol
.TypeCustomModifiers;
66
ISymbol ISymbol.OriginalDefinition =>
_symbol
.OriginalDefinition;