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