1 write to Signatures
Microsoft.CodeAnalysis (1)
Symbols\Attributes\AttributeDescription.cs (1)
29
this.
Signatures
= signatures;
15 references to Signatures
Microsoft.CodeAnalysis (6)
MetadataReader\PEModule.cs (3)
1470
Debug.Assert(AttributeDescription.InterpolatedStringHandlerArgumentAttribute.
Signatures
.Length == 2);
2935
for (int i = 0; i < description.
Signatures
.Length; i++)
2937
var targetSignature = description.
Signatures
[i];
Symbols\Attributes\AttributeDescription.cs (2)
40
return FullName + "(" +
Signatures
.Length + ")";
45
var signature = this.
Signatures
[signatureIndex];
Symbols\Attributes\CommonAttributeData.cs (1)
84
int attributeCtorsCount = description.
Signatures
.Length;
Microsoft.CodeAnalysis.CSharp (9)
Emitter\Model\PEAssemblyBuilder.cs (1)
583
Debug.Assert(symbol.Constructors.Length == description.
Signatures
.Length);
Symbols\Attributes\SourceAttributeData.cs (2)
244
for (int signatureIndex = 0; signatureIndex < description.
Signatures
.Length; signatureIndex++)
246
byte[] targetSignature = description.
Signatures
[signatureIndex];
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
413
=> filter.
Signatures
!= null && Module.GetTargetAttributeSignatureIndex(handle, filter) != -1;
Symbols\Source\SourceComplexParameterSymbol.cs (1)
736
Debug.Assert(AttributeDescription.InterpolatedStringHandlerArgumentAttribute.
Signatures
.Length == 2);
Symbols\Synthesized\SynthesizedEmbeddedNativeIntegerAttributeSymbol.cs (1)
57
Debug.Assert(_constructors.Length == AttributeDescription.NativeIntegerAttribute.
Signatures
.Length);
Symbols\Synthesized\SynthesizedEmbeddedNullableAttributeSymbol.cs (1)
61
Debug.Assert(_constructors.Length == AttributeDescription.NullableAttribute.
Signatures
.Length);
Symbols\Synthesized\SynthesizedEmbeddedNullableContextAttributeSymbol.cs (1)
45
Debug.Assert(_constructors.Length == AttributeDescription.NullableContextAttribute.
Signatures
.Length);
Symbols\Synthesized\SynthesizedEmbeddedNullablePublicOnlyAttributeSymbol.cs (1)
45
Debug.Assert(_constructors.Length == AttributeDescription.NullablePublicOnlyAttribute.
Signatures
.Length);