2 types derived from SourceMethodSymbolWithAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\LambdaSymbol.cs (1)
14internal sealed class LambdaSymbol : SourceMethodSymbolWithAttributes
Symbols\Source\LocalFunctionOrSourceMemberMethodSymbol.cs (1)
10internal abstract class LocalFunctionOrSourceMemberMethodSymbol : SourceMethodSymbolWithAttributes
2 references to SourceMethodSymbolWithAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceComplexParameterSymbol.cs (1)
76private Binder WithTypeParametersBinderOpt => (ContainingSymbol as SourceMethodSymbolWithAttributes)?.WithTypeParametersBinder;
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
988static UnmanagedCallersOnlyAttributeData DecodeUnmanagedCallersOnlyAttributeData(SourceMethodSymbolWithAttributes @this, CSharpAttributeData attribute, Location location, BindingDiagnosticBag diagnostics)