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