1 write to _constructors
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedEmbeddedNativeIntegerAttributeSymbol.cs (1)
46_constructors = ImmutableArray.Create<MethodSymbol>(
2 references to _constructors
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\SynthesizedEmbeddedNativeIntegerAttributeSymbol.cs (2)
57Debug.Assert(_constructors.Length == AttributeDescription.NativeIntegerAttribute.Signatures.Length); 62public override ImmutableArray<MethodSymbol> Constructors => _constructors;