2 types derived from SourceMethodSymbolWithAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\LambdaSymbol.cs (1)
15internal sealed class LambdaSymbol : SourceMethodSymbolWithAttributes
Symbols\Source\LocalFunctionOrSourceMemberMethodSymbol.cs (1)
10internal abstract class LocalFunctionOrSourceMemberMethodSymbol : SourceMethodSymbolWithAttributes
5 references to SourceMethodSymbolWithAttributes
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceComplexParameterSymbol.cs (1)
82private Binder WithTypeParametersBinderOpt => (ContainingSymbol as SourceMethodSymbolWithAttributes)?.WithTypeParametersBinder;
Symbols\Source\SourceMethodSymbolWithAttributes.cs (2)
1109static ArrayBuilder<string> getNamespaceNames(SourceMethodSymbolWithAttributes @this) 1427static UnmanagedCallersOnlyAttributeData DecodeUnmanagedCallersOnlyAttributeData(SourceMethodSymbolWithAttributes @this, CSharpAttributeData attribute, Location location, BindingDiagnosticBag diagnostics)
Symbols\Source\SourcePropertySymbolBase.cs (1)
1258/// Analogous to <see cref="SourceMethodSymbolWithAttributes.BoundAttributesSource"/>.
Symbols\TypeSymbol.cs (1)
1893if (!implementingMethod.IsExplicitInterfaceImplementation && implementingMethod is SourceMethodSymbolWithAttributes &&