1 write to SignatureIndex
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
2225
this.
SignatureIndex
= (byte)signatureIndex;
32 references to SignatureIndex
Microsoft.CodeAnalysis (32)
MetadataReader\PEModule.cs (32)
1053
Debug.Assert(!info.HasValue || info.
SignatureIndex
== 0 || info.
SignatureIndex
== 1);
1061
if (info.
SignatureIndex
== 0)
1073
Debug.Assert(!info.HasValue || info.
SignatureIndex
== 0 || info.
SignatureIndex
== 1);
1081
if (info.
SignatureIndex
== 0)
1105
Debug.Assert(info.
SignatureIndex
== 0);
1119
Debug.Assert(!info.HasValue || info.
SignatureIndex
== 0 || info.
SignatureIndex
== 1);
1241
if (!info.HasValue || info.
SignatureIndex
!= 0 || !TryGetAttributeReader(info.Handle, out BlobReader sigReader))
1286
Debug.Assert(targetAttribute.
SignatureIndex
is 0 or 1);
1287
if (targetAttribute.
SignatureIndex
== 0)
1312
info.
SignatureIndex
== 0)
1344
Debug.Assert(info.
SignatureIndex
== 0);
1414
Debug.Assert(info.
SignatureIndex
== 0);
1454
if (ai.
SignatureIndex
== 0)
1495
if (ai.
SignatureIndex
== 0)
1555
switch (attributeInfo.
SignatureIndex
)
1578
throw ExceptionUtilities.UnexpectedValue(attributeInfo.
SignatureIndex
);
1616
switch (attributeInfo.
SignatureIndex
)
1627
throw ExceptionUtilities.UnexpectedValue(attributeInfo.
SignatureIndex
);
1635
switch (attributeInfo.
SignatureIndex
)
1641
throw ExceptionUtilities.UnexpectedValue(attributeInfo.
SignatureIndex
);
1649
switch (attributeInfo.
SignatureIndex
)
1674
throw ExceptionUtilities.UnexpectedValue(attributeInfo.
SignatureIndex
);
1700
switch (info.
SignatureIndex
)
1723
throw ExceptionUtilities.UnexpectedValue(info.
SignatureIndex
);
1867
if (typeIdentifierInfo.
SignatureIndex
== 1)
2948
Debug.Assert(!info.HasValue || info.
SignatureIndex
== 0);
2962
Debug.Assert(!info.HasValue || info.
SignatureIndex
== 0 || info.
SignatureIndex
== 1);
2972
if (info.
SignatureIndex
== 0)