8 references to AnyMemberHasAttributes
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
146if (!containingSourceType.AnyMemberHasAttributes)
Symbols\Source\SourceEnumConstantSymbol.cs (1)
91if (this.containingType.AnyMemberHasAttributes)
Symbols\Source\SourceEventSymbol.cs (2)
140if (this.containingType.AnyMemberHasAttributes) 280if (!this.containingType.AnyMemberHasAttributes)
Symbols\Source\SourceMemberFieldSymbol.cs (1)
413if (this.containingType.AnyMemberHasAttributes)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
425if (ContainingSymbol is SourceMemberContainerTypeSymbol { AnyMemberHasAttributes: false })
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
415if ((object)sourceContainer != null && sourceContainer.AnyMemberHasAttributes)
Symbols\Source\SourcePropertySymbolBase.cs (1)
1483if (!_containingType.AnyMemberHasAttributes)