1 write to SignatureIndex
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
2505this.SignatureIndex = (byte)signatureIndex;
36 references to SignatureIndex
Microsoft.CodeAnalysis (36)
MetadataReader\PEModule.cs (36)
1115Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1123if (info.SignatureIndex == 0) 1135Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1143if (info.SignatureIndex == 0) 1167Debug.Assert(info.SignatureIndex == 0); 1183Debug.Assert(info.SignatureIndex == 0); 1198Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1303if (attributeInfo.SignatureIndex != 0) 1305throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1426if (!info.HasValue || info.SignatureIndex != 0 || !TryGetAttributeReader(info.Handle, out BlobReader sigReader)) 1471Debug.Assert(targetAttribute.SignatureIndex is 0 or 1); 1472if (targetAttribute.SignatureIndex == 0) 1497info.SignatureIndex == 0) 1532Debug.Assert(info.SignatureIndex == 0); 1640Debug.Assert(info.SignatureIndex == 0); 1680if (ai.SignatureIndex == 0) 1721if (ai.SignatureIndex == 0) 1781switch (attributeInfo.SignatureIndex) 1804throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1842switch (attributeInfo.SignatureIndex) 1853throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1861switch (attributeInfo.SignatureIndex) 1867throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1875switch (attributeInfo.SignatureIndex) 1900throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1926switch (info.SignatureIndex) 1949throw ExceptionUtilities.UnexpectedValue(info.SignatureIndex); 2121if (typeIdentifierInfo.SignatureIndex == 1) 3228Debug.Assert(!info.HasValue || info.SignatureIndex == 0); 3242Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 3252if (info.SignatureIndex == 0) 3263Debug.Assert(!info.HasValue || info.SignatureIndex == 0);