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