1 write to SignatureIndex
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
2497this.SignatureIndex = (byte)signatureIndex;
36 references to SignatureIndex
Microsoft.CodeAnalysis (36)
MetadataReader\PEModule.cs (36)
1120Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1128if (info.SignatureIndex == 0) 1140Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1148if (info.SignatureIndex == 0) 1172Debug.Assert(info.SignatureIndex == 0); 1188Debug.Assert(info.SignatureIndex == 0); 1203Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1308if (attributeInfo.SignatureIndex != 0) 1310throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1431if (!info.HasValue || info.SignatureIndex != 0 || !TryGetAttributeReader(info.Handle, out BlobReader sigReader)) 1476Debug.Assert(targetAttribute.SignatureIndex is 0 or 1); 1477if (targetAttribute.SignatureIndex == 0) 1502info.SignatureIndex == 0) 1537Debug.Assert(info.SignatureIndex == 0); 1645Debug.Assert(info.SignatureIndex == 0); 1685if (ai.SignatureIndex == 0) 1726if (ai.SignatureIndex == 0) 1786switch (attributeInfo.SignatureIndex) 1809throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1847switch (attributeInfo.SignatureIndex) 1858throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1866switch (attributeInfo.SignatureIndex) 1872throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1880switch (attributeInfo.SignatureIndex) 1905throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1931switch (info.SignatureIndex) 1954throw ExceptionUtilities.UnexpectedValue(info.SignatureIndex); 2126if (typeIdentifierInfo.SignatureIndex == 1) 3220Debug.Assert(!info.HasValue || info.SignatureIndex == 0); 3234Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 3244if (info.SignatureIndex == 0) 3255Debug.Assert(!info.HasValue || info.SignatureIndex == 0);