1 write to _constructors
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedEmbeddedExtensionMarkerNameAttributeSymbol.cs (1)
34
_constructors
= [new SynthesizedEmbeddedAttributeConstructorWithBodySymbol(this, getConstructorParameters, getConstructorBody)];
4 references to _constructors
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Synthesized\SynthesizedEmbeddedExtensionMarkerNameAttributeSymbol.cs (4)
37
Debug.Assert(
_constructors
.Length == AttributeDescription.ExtensionMarkerAttribute.Signatures.Length);
53
public override ImmutableArray<MethodSymbol> Constructors =>
_constructors
;
69
=> [_nameField, _nameProperty, _nameProperty.GetMethod,
_constructors
[0]];
77
WellKnownMemberNames.InstanceConstructorName => ImmutableArray<Symbol>.CastUp(
_constructors
),