8 references to AnyMemberHasAttributes
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
146if (!containingSourceType.AnyMemberHasAttributes)
Symbols\Source\SourceEnumConstantSymbol.cs (1)
94if (this.containingType.AnyMemberHasAttributes)
Symbols\Source\SourceEventSymbol.cs (2)
132if (this.containingType.AnyMemberHasAttributes) 272if (!this.containingType.AnyMemberHasAttributes)
Symbols\Source\SourceMemberFieldSymbol.cs (1)
408if (this.containingType.AnyMemberHasAttributes)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
394if (ContainingSymbol is SourceMemberContainerTypeSymbol { AnyMemberHasAttributes: false })
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
510if ((object)sourceContainer != null && sourceContainer.AnyMemberHasAttributes)
Symbols\Source\SourcePropertySymbolBase.cs (1)
1221if (!_containingType.AnyMemberHasAttributes)