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