7 overrides of Constructors
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
244
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;
4 references to Constructors
Microsoft.CodeAnalysis.CSharp (4)
Emitter\Model\PEAssemblyBuilder.cs (1)
561
Debug.Assert(symbol.
Constructors
.Length == description.Signatures.Length);
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (3)
68
public override IEnumerable<string> MemberNames =>
Constructors
.Select(m => m.Name);
141
public override ImmutableArray<Symbol> GetMembers() =>
Constructors
.CastArray<Symbol>();
143
public override ImmutableArray<Symbol> GetMembers(string name) => name == WellKnownMemberNames.InstanceConstructorName ?
Constructors
.CastArray<Symbol>() : ImmutableArray<Symbol>.Empty;