12 references to AnyMemberHasAttributes
Microsoft.CodeAnalysis.CSharp (12)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
147if (!containingSourceType.AnyMemberHasAttributes)
Symbols\Source\SourceConstructorSymbol.cs (1)
231if (this.ContainingType is SourceMemberContainerTypeSymbol { AnyMemberHasAttributes: true })
Symbols\Source\SourceCustomEventAccessorSymbol.cs (1)
100if (this.AssociatedEvent.containingType.AnyMemberHasAttributes)
Symbols\Source\SourceEnumConstantSymbol.cs (1)
94if (this.containingType.AnyMemberHasAttributes)
Symbols\Source\SourceEventSymbol.cs (2)
145if (this.containingType.AnyMemberHasAttributes && MemberSyntax is { } memberSyntax) 326if (!this.containingType.AnyMemberHasAttributes)
Symbols\Source\SourceMemberFieldSymbol.cs (1)
459if (this.containingType.AnyMemberHasAttributes)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
424if (ContainingSymbol is SourceMemberContainerTypeSymbol { AnyMemberHasAttributes: false })
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
447if ((object)sourceContainer != null && sourceContainer.AnyMemberHasAttributes)
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
701if (this._property.ContainingType is SourceMemberContainerTypeSymbol { AnyMemberHasAttributes: true })
Symbols\Source\SourcePropertySymbol.cs (1)
215if (this.ContainingType is SourceMemberContainerTypeSymbol { AnyMemberHasAttributes: true })
Symbols\Source\SourcePropertySymbolBase.cs (1)
1546if (!_containingType.AnyMemberHasAttributes)