12 references to AnyMemberHasAttributes
Microsoft.CodeAnalysis.CSharp (12)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
146
if (!containingSourceType.
AnyMemberHasAttributes
)
Symbols\Source\SourceConstructorSymbol.cs (1)
221
if (this.ContainingType is SourceMemberContainerTypeSymbol {
AnyMemberHasAttributes
: true })
Symbols\Source\SourceCustomEventAccessorSymbol.cs (1)
99
if (this.AssociatedEvent.containingType.
AnyMemberHasAttributes
)
Symbols\Source\SourceEnumConstantSymbol.cs (1)
91
if (this.containingType.
AnyMemberHasAttributes
)
Symbols\Source\SourceEventSymbol.cs (2)
144
if (this.containingType.
AnyMemberHasAttributes
&& MemberSyntax is { } memberSyntax)
325
if (!this.containingType.
AnyMemberHasAttributes
)
Symbols\Source\SourceMemberFieldSymbol.cs (1)
423
if (this.containingType.
AnyMemberHasAttributes
)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
426
if (ContainingSymbol is SourceMemberContainerTypeSymbol {
AnyMemberHasAttributes
: false })
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
420
if ((object)sourceContainer != null && sourceContainer.
AnyMemberHasAttributes
)
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
661
if (this._property.ContainingType is SourceMemberContainerTypeSymbol {
AnyMemberHasAttributes
: true })
Symbols\Source\SourcePropertySymbol.cs (1)
215
if (this.ContainingType is SourceMemberContainerTypeSymbol {
AnyMemberHasAttributes
: true })
Symbols\Source\SourcePropertySymbolBase.cs (1)
1507
if (!_containingType.
AnyMemberHasAttributes
)