1 write to Signatures
Microsoft.CodeAnalysis (1)
Symbols\Attributes\AttributeDescription.cs (1)
29
this.
Signatures
= signatures;
22 references to Signatures
Microsoft.CodeAnalysis (6)
MetadataReader\PEModule.cs (3)
1285
Debug.Assert(AttributeDescription.InterpolatedStringHandlerArgumentAttribute.
Signatures
.Length == 2);
2668
for (int i = 0; i < description.
Signatures
.Length; i++)
2670
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)
79
int attributeCtorsCount = description.
Signatures
.Length;
Microsoft.CodeAnalysis.CSharp (9)
Emitter\Model\PEAssemblyBuilder.cs (1)
501
Debug.Assert(symbol.Constructors.Length == description.
Signatures
.Length);
Symbols\Attributes\SourceAttributeData.cs (2)
210
for (int signatureIndex = 0; signatureIndex < description.
Signatures
.Length; signatureIndex++)
212
byte[] targetSignature = description.
Signatures
[signatureIndex];
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
411
=> filter.
Signatures
!= null && Module.GetTargetAttributeSignatureIndex(handle, filter) != -1;
Symbols\Source\SourceComplexParameterSymbol.cs (1)
733
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);
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\Attributes\SourceAttributeData.vb (2)
127
For i = 0 To description.
Signatures
.Length - 1
128
Dim targetSignature = description.
Signatures
(i)
Symbols\Metadata\PE\PEFieldSymbol.vb (2)
145
If filterOutConstantAttributeDescription.
Signatures
IsNot Nothing Then
187
If filteredOutConstantAttributeDescription.
Signatures
IsNot Nothing Then
Symbols\Metadata\PE\PEModuleSymbol.vb (2)
205
If filterOut1.
Signatures
IsNot Nothing AndAlso
215
If filterOut2.
Signatures
IsNot Nothing AndAlso
Symbols\Metadata\PE\PEParameterSymbol.vb (1)
379
If filterOutParamArrayAttribute OrElse filterOutConstantAttributeDescription.
Signatures
IsNot Nothing Then