1 write to _symbol
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\AbstractMetadataAsSourceService.WrappedMethodSymbol.cs (1)
22
_symbol
= methodSymbol;
43 references to _symbol
Microsoft.CodeAnalysis.Features (43)
MetadataAsSource\AbstractMetadataAsSourceService.WrappedMethodSymbol.cs (43)
25
public int Arity =>
_symbol
.Arity;
27
public ISymbol AssociatedSymbol =>
_symbol
.AssociatedSymbol;
29
public INamedTypeSymbol AssociatedAnonymousDelegate =>
_symbol
.AssociatedAnonymousDelegate;
31
public IMethodSymbol ConstructedFrom =>
_symbol
.ConstructedFrom;
33
public bool IsReadOnly =>
_symbol
.IsReadOnly;
34
public bool IsInitOnly =>
_symbol
.IsInitOnly;
36
public System.Reflection.MethodImplAttributes MethodImplementationFlags =>
_symbol
.MethodImplementationFlags;
44
:
_symbol
.ExplicitInterfaceImplementations;
48
public bool HidesBaseMethodsByName =>
_symbol
.HidesBaseMethodsByName;
50
public bool IsExtensionMethod =>
_symbol
.IsExtensionMethod;
52
public bool IsGenericMethod =>
_symbol
.IsGenericMethod;
54
public bool IsAsync =>
_symbol
.IsAsync;
56
public MethodKind MethodKind =>
_symbol
.MethodKind;
66
public IMethodSymbol OverriddenMethod =>
_symbol
.OverriddenMethod;
68
public ImmutableArray<IParameterSymbol> Parameters =>
_symbol
.Parameters;
70
public IMethodSymbol PartialDefinitionPart =>
_symbol
.PartialDefinitionPart;
72
public IMethodSymbol PartialImplementationPart =>
_symbol
.PartialImplementationPart;
74
public bool IsPartialDefinition =>
_symbol
.IsPartialDefinition;
76
public ITypeSymbol ReceiverType =>
_symbol
.ReceiverType;
78
public NullableAnnotation ReceiverNullableAnnotation =>
_symbol
.ReceiverNullableAnnotation;
82
=>
_symbol
.ReducedFrom;
87
return
_symbol
.GetTypeInferredDuringReduction(reducedFromTypeParameter);
90
public bool ReturnsVoid =>
_symbol
.ReturnsVoid;
92
public bool ReturnsByRef =>
_symbol
.ReturnsByRef;
94
public bool ReturnsByRefReadonly =>
_symbol
.ReturnsByRefReadonly;
96
public RefKind RefKind =>
_symbol
.RefKind;
98
public ITypeSymbol ReturnType =>
_symbol
.ReturnType;
100
public NullableAnnotation ReturnNullableAnnotation =>
_symbol
.ReturnNullableAnnotation;
103
=>
_symbol
.GetReturnTypeAttributes();
105
public ImmutableArray<CustomModifier> RefCustomModifiers =>
_symbol
.RefCustomModifiers;
107
public ImmutableArray<CustomModifier> ReturnTypeCustomModifiers =>
_symbol
.ReturnTypeCustomModifiers;
109
public ImmutableArray<ITypeSymbol> TypeArguments =>
_symbol
.TypeArguments;
111
public ImmutableArray<NullableAnnotation> TypeArgumentNullableAnnotations =>
_symbol
.TypeArgumentNullableAnnotations;
113
public ImmutableArray<ITypeParameterSymbol> TypeParameters =>
_symbol
.TypeParameters;
116
=>
_symbol
.Construct(typeArguments);
119
=>
_symbol
.Construct(typeArguments, typeArgumentNullableAnnotations);
122
=>
_symbol
.GetDllImportData();
127
return
_symbol
.ReduceExtensionMethod(receiverType);
130
public bool IsVararg =>
_symbol
.IsVararg;
132
public bool IsCheckedBuiltin =>
_symbol
.IsCheckedBuiltin;
134
public bool IsConditional =>
_symbol
.IsConditional;
136
public SignatureCallingConvention CallingConvention =>
_symbol
.CallingConvention;
138
public ImmutableArray<INamedTypeSymbol> UnmanagedCallingConventionTypes =>
_symbol
.UnmanagedCallingConventionTypes;