7 overrides of Constructors
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
246
public override ImmutableArray<MethodSymbol>
Constructors
=> _constructors;
Symbols\Synthesized\SynthesizedEmbeddedLifetimeAnnotationAttributeSymbol.cs (1)
28
public override ImmutableArray<MethodSymbol>
Constructors
=> _constructors;
Symbols\Synthesized\SynthesizedEmbeddedNativeIntegerAttributeSymbol.cs (1)
62
public override ImmutableArray<MethodSymbol>
Constructors
=> _constructors;
Symbols\Synthesized\SynthesizedEmbeddedNullableAttributeSymbol.cs (1)
66
public override ImmutableArray<MethodSymbol>
Constructors
=> _constructors;
Symbols\Synthesized\SynthesizedEmbeddedNullableContextAttributeSymbol.cs (1)
50
public override ImmutableArray<MethodSymbol>
Constructors
=> _constructors;
Symbols\Synthesized\SynthesizedEmbeddedNullablePublicOnlyAttributeSymbol.cs (1)
50
public override ImmutableArray<MethodSymbol>
Constructors
=> _constructors;
Symbols\Synthesized\SynthesizedEmbeddedRefSafetyRulesAttributeSymbol.cs (1)
45
public override ImmutableArray<MethodSymbol>
Constructors
=> _constructors;
3 references to Constructors
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (3)
68
public override IEnumerable<string> MemberNames =>
Constructors
.Select(m => m.Name);
143
public override ImmutableArray<Symbol> GetMembers() =>
Constructors
.CastArray<Symbol>();
145
public override ImmutableArray<Symbol> GetMembers(string name) => name == WellKnownMemberNames.InstanceConstructorName ?
Constructors
.CastArray<Symbol>() : ImmutableArray<Symbol>.Empty;