1 write to SignatureIndex
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
2487
this.
SignatureIndex
= (byte)signatureIndex;
36 references to SignatureIndex
Microsoft.CodeAnalysis (36)
MetadataReader\PEModule.cs (36)
1098
Debug.Assert(!info.HasValue || info.
SignatureIndex
== 0 || info.
SignatureIndex
== 1);
1106
if (info.
SignatureIndex
== 0)
1118
Debug.Assert(!info.HasValue || info.
SignatureIndex
== 0 || info.
SignatureIndex
== 1);
1126
if (info.
SignatureIndex
== 0)
1150
Debug.Assert(info.
SignatureIndex
== 0);
1166
Debug.Assert(info.
SignatureIndex
== 0);
1181
Debug.Assert(!info.HasValue || info.
SignatureIndex
== 0 || info.
SignatureIndex
== 1);
1286
if (attributeInfo.
SignatureIndex
!= 0)
1288
throw ExceptionUtilities.UnexpectedValue(attributeInfo.
SignatureIndex
);
1408
if (!info.HasValue || info.
SignatureIndex
!= 0 || !TryGetAttributeReader(info.Handle, out BlobReader sigReader))
1453
Debug.Assert(targetAttribute.
SignatureIndex
is 0 or 1);
1454
if (targetAttribute.
SignatureIndex
== 0)
1479
info.
SignatureIndex
== 0)
1514
Debug.Assert(info.
SignatureIndex
== 0);
1622
Debug.Assert(info.
SignatureIndex
== 0);
1662
if (ai.
SignatureIndex
== 0)
1703
if (ai.
SignatureIndex
== 0)
1763
switch (attributeInfo.
SignatureIndex
)
1786
throw ExceptionUtilities.UnexpectedValue(attributeInfo.
SignatureIndex
);
1824
switch (attributeInfo.
SignatureIndex
)
1835
throw ExceptionUtilities.UnexpectedValue(attributeInfo.
SignatureIndex
);
1843
switch (attributeInfo.
SignatureIndex
)
1849
throw ExceptionUtilities.UnexpectedValue(attributeInfo.
SignatureIndex
);
1857
switch (attributeInfo.
SignatureIndex
)
1882
throw ExceptionUtilities.UnexpectedValue(attributeInfo.
SignatureIndex
);
1908
switch (info.
SignatureIndex
)
1931
throw ExceptionUtilities.UnexpectedValue(info.
SignatureIndex
);
2103
if (typeIdentifierInfo.
SignatureIndex
== 1)
3210
Debug.Assert(!info.HasValue || info.
SignatureIndex
== 0);
3224
Debug.Assert(!info.HasValue || info.
SignatureIndex
== 0 || info.
SignatureIndex
== 1);
3234
if (info.
SignatureIndex
== 0)
3245
Debug.Assert(!info.HasValue || info.
SignatureIndex
== 0);