1 write to SignatureIndex
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
2503this.SignatureIndex = (byte)signatureIndex;
36 references to SignatureIndex
Microsoft.CodeAnalysis (36)
MetadataReader\PEModule.cs (36)
1114Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1122if (info.SignatureIndex == 0) 1134Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1142if (info.SignatureIndex == 0) 1166Debug.Assert(info.SignatureIndex == 0); 1182Debug.Assert(info.SignatureIndex == 0); 1197Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1302if (attributeInfo.SignatureIndex != 0) 1304throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1424if (!info.HasValue || info.SignatureIndex != 0 || !TryGetAttributeReader(info.Handle, out BlobReader sigReader)) 1469Debug.Assert(targetAttribute.SignatureIndex is 0 or 1); 1470if (targetAttribute.SignatureIndex == 0) 1495info.SignatureIndex == 0) 1530Debug.Assert(info.SignatureIndex == 0); 1638Debug.Assert(info.SignatureIndex == 0); 1678if (ai.SignatureIndex == 0) 1719if (ai.SignatureIndex == 0) 1779switch (attributeInfo.SignatureIndex) 1802throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1840switch (attributeInfo.SignatureIndex) 1851throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1859switch (attributeInfo.SignatureIndex) 1865throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1873switch (attributeInfo.SignatureIndex) 1898throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1924switch (info.SignatureIndex) 1947throw ExceptionUtilities.UnexpectedValue(info.SignatureIndex); 2119if (typeIdentifierInfo.SignatureIndex == 1) 3226Debug.Assert(!info.HasValue || info.SignatureIndex == 0); 3240Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 3250if (info.SignatureIndex == 0) 3261Debug.Assert(!info.HasValue || info.SignatureIndex == 0);