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