2 types derived from SourceMethodSymbolWithAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\LambdaSymbol.cs (1)
15
internal sealed class LambdaSymbol :
SourceMethodSymbolWithAttributes
Symbols\Source\LocalFunctionOrSourceMemberMethodSymbol.cs (1)
10
internal abstract class LocalFunctionOrSourceMemberMethodSymbol :
SourceMethodSymbolWithAttributes
5 references to SourceMethodSymbolWithAttributes
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceComplexParameterSymbol.cs (1)
82
private Binder WithTypeParametersBinderOpt => (ContainingSymbol as
SourceMethodSymbolWithAttributes
)?.WithTypeParametersBinder;
Symbols\Source\SourceMethodSymbolWithAttributes.cs (2)
1109
static ArrayBuilder<string> getNamespaceNames(
SourceMethodSymbolWithAttributes
@this)
1427
static 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)
1893
if (!implementingMethod.IsExplicitInterfaceImplementation && implementingMethod is
SourceMethodSymbolWithAttributes
&&