1 write to _constructors
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedEmbeddedNullableAttributeSymbol.cs (1)
50
_constructors
= ImmutableArray.Create<MethodSymbol>(
2 references to _constructors
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\SynthesizedEmbeddedNullableAttributeSymbol.cs (2)
61
Debug.Assert(
_constructors
.Length == AttributeDescription.NullableAttribute.Signatures.Length);
66
public override ImmutableArray<MethodSymbol> Constructors =>
_constructors
;