39 overrides of GetAttributes
Microsoft.CodeAnalysis.CSharp (39)
Lowering\StateMachineRewriter\StateMachineTypeSymbol.cs (1)
53
public sealed override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.cs (1)
70
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Metadata\PE\PEAssemblySymbol.cs (1)
140
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Metadata\PE\PEEventSymbol.cs (1)
360
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Metadata\PE\PEFieldSymbol.cs (1)
580
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
991
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
242
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
694
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
1055
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
730
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Metadata\PE\PETypeParameterSymbol.cs (1)
639
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\ReducedExtensionMethodSymbol.cs (1)
457
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Retargeting\RetargetingAssemblySymbol.cs (1)
210
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Retargeting\RetargetingEventSymbol.cs (1)
156
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Retargeting\RetargetingFieldSymbol.cs (1)
78
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Retargeting\RetargetingMethodSymbol.cs (1)
211
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Retargeting\RetargetingModuleSymbol.cs (1)
276
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
222
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Retargeting\RetargetingPropertySymbol.cs (1)
216
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
71
public sealed override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Source\ImplicitNamedTypeSymbol.cs (1)
34
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Source\SourceAssemblySymbol.cs (1)
1595
public sealed override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Source\SourceClonedParameterSymbol.cs (1)
113
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Source\SourceEventSymbol.cs (1)
213
public sealed override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
317
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Source\SourceModuleSymbol.cs (1)
529
public sealed override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Source\SourceNamedTypeSymbol.cs (1)
857
public sealed override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Source\SourceParameterSymbol.cs (1)
197
public sealed override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Source\SourcePropertySymbolBase.cs (1)
1324
public sealed override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Source\SourceTypeParameterSymbol.cs (1)
166
public sealed override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\SubstitutedEventSymbol.cs (1)
54
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\SubstitutedFieldSymbol.cs (1)
77
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\SubstitutedMethodSymbol.cs (1)
205
public sealed override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\SubstitutedNamedTypeSymbol.cs (1)
204
public sealed override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\SubstitutedPropertySymbol.cs (1)
63
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
374
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Tuples\TupleFieldSymbol.cs (1)
134
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Wrapped\WrappedParameterSymbol.cs (1)
69
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
Symbols\Wrapped\WrappedTypeParameterSymbol.cs (1)
178
public override ImmutableArray<CSharpAttributeData>
GetAttributes
()
43 references to GetAttributes
Microsoft.CodeAnalysis.CSharp (43)
Binder\Binder.cs (1)
672
leastOverriddenSymbol.
GetAttributes
();
Compiler\ClsComplianceChecker.cs (4)
342
foreach (CSharpAttributeData attribute in symbol.
GetAttributes
())
588
CheckForAttributeWithArrayArgumentInternal(symbol.
GetAttributes
());
695
if (TryGetClsComplianceAttributeLocation(parameters[i].
GetAttributes
(), out attributeLocation))
1187
foreach (CSharpAttributeData data in symbol.
GetAttributes
())
Emitter\Model\SymbolAdapter.cs (1)
99
userDefined = this.
GetAttributes
();
Emitter\NoPia\EmbeddedEvent.cs (1)
73
foreach (var attrData in underlyingContainingType.
GetAttributes
())
Lowering\DiagnosticsPass_ExpressionTrees.cs (1)
584
if (!reportedAttributes && !p.
GetAttributes
().IsEmpty)
Lowering\LocalRewriter\LocalRewriter_Event.cs (1)
28
foreach (var attrData in @interface.
GetAttributes
())
Lowering\StateMachineRewriter\StateMachineTypeSymbol.cs (2)
57
Debug.Assert(base.
GetAttributes
().Length == 0);
63
foreach (var attribute in kickoffType.
GetAttributes
())
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.cs (2)
74
Debug.Assert(base.
GetAttributes
().Length == 0);
80
foreach (var attribute in kickoffMethod.
GetAttributes
())
Lowering\SynthesizedMethodBaseSymbol.cs (1)
169
? BaseMethod.
GetAttributes
()
Symbols\EventSymbol.cs (1)
119
this.AssociatedField.
GetAttributes
();
Symbols\PublicModel\Symbol.cs (1)
122
return StaticCast<AttributeData>.From(UnderlyingSymbol.
GetAttributes
());
Symbols\ReducedExtensionMethodSymbol.cs (1)
459
return _reducedFrom.
GetAttributes
();
Symbols\Retargeting\RetargetingEventSymbol.cs (1)
158
return _underlyingEvent.
GetAttributes
();
Symbols\Retargeting\RetargetingFieldSymbol.cs (1)
80
return this.RetargetingTranslator.GetRetargetedAttributes(_underlyingField.
GetAttributes
(), ref _lazyCustomAttributes);
Symbols\Retargeting\RetargetingMethodSymbol.cs (1)
213
return this.RetargetingTranslator.GetRetargetedAttributes(_underlyingMethod.
GetAttributes
(), ref _lazyCustomAttributes);
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
224
return this.RetargetingTranslator.GetRetargetedAttributes(_underlyingType.
GetAttributes
(), ref _lazyCustomAttributes);
Symbols\Retargeting\RetargetingParameterSymbol.cs (1)
73
return this.RetargetingModule.RetargetingTranslator.GetRetargetedAttributes(_underlyingParameter.
GetAttributes
(), ref _lazyCustomAttributes);
Symbols\Retargeting\RetargetingPropertySymbol.cs (1)
218
return this.RetargetingTranslator.GetRetargetedAttributes(_underlyingProperty.
GetAttributes
(), ref _lazyCustomAttributes);
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
344
foreach (var attrData in type.
GetAttributes
())
Symbols\Retargeting\RetargetingTypeParameterSymbol.cs (1)
65
return this.RetargetingTranslator.GetRetargetedAttributes(_underlyingTypeParameter.
GetAttributes
(), ref _lazyCustomAttributes);
Symbols\Source\SourceMemberContainerSymbol.cs (3)
553
GetAttributes
();
1426
foreach (var attr in symbol.
GetAttributes
())
5414
member.
GetAttributes
();
Symbols\Source\SourceMemberMethodSymbol.cs (1)
882
field.
GetAttributes
();
Symbols\SubstitutedEventSymbol.cs (1)
56
return OriginalDefinition.
GetAttributes
();
Symbols\SubstitutedFieldSymbol.cs (1)
79
return OriginalDefinition.
GetAttributes
();
Symbols\SubstitutedMethodSymbol.cs (1)
207
return this.OriginalDefinition.
GetAttributes
();
Symbols\SubstitutedNamedTypeSymbol.cs (1)
206
return OriginalDefinition.
GetAttributes
();
Symbols\SubstitutedPropertySymbol.cs (1)
65
return OriginalDefinition.
GetAttributes
();
Symbols\Symbol_Attributes.cs (1)
952
this.
GetAttributes
();
Symbols\SymbolCompletionState.cs (2)
43
/// of <see cref="Symbol.
GetAttributes
"/> will set the part <see cref="CompletionPart.Attributes"/> on
53
_ = symbol.
GetAttributes
();
Symbols\Synthesized\SynthesizedSubstitutedTypeParameterSymbol.cs (1)
49
return _underlyingTypeParameter.
GetAttributes
();
Symbols\Tuples\TupleFieldSymbol.cs (2)
136
return _underlyingField.
GetAttributes
();
327
return _underlyingField.
GetAttributes
();
Symbols\TypeSymbol.cs (1)
1964
foreach (var attributeData in implementingSymbol.
GetAttributes
())
Symbols\Wrapped\WrappedParameterSymbol.cs (1)
71
return _underlyingParameter.
GetAttributes
();
Symbols\Wrapped\WrappedTypeParameterSymbol.cs (1)
180
return _underlyingTypeParameter.
GetAttributes
();