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