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)
61Debug.Assert(_constructors.Length == AttributeDescription.NullableAttribute.Signatures.Length); 66public override ImmutableArray<MethodSymbol> Constructors => _constructors;