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