1 write to SignatureIndex
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
2504this.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); 1425if (!info.HasValue || info.SignatureIndex != 0 || !TryGetAttributeReader(info.Handle, out BlobReader sigReader)) 1470Debug.Assert(targetAttribute.SignatureIndex is 0 or 1); 1471if (targetAttribute.SignatureIndex == 0) 1496info.SignatureIndex == 0) 1531Debug.Assert(info.SignatureIndex == 0); 1639Debug.Assert(info.SignatureIndex == 0); 1679if (ai.SignatureIndex == 0) 1720if (ai.SignatureIndex == 0) 1780switch (attributeInfo.SignatureIndex) 1803throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1841switch (attributeInfo.SignatureIndex) 1852throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1860switch (attributeInfo.SignatureIndex) 1866throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1874switch (attributeInfo.SignatureIndex) 1899throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1925switch (info.SignatureIndex) 1948throw ExceptionUtilities.UnexpectedValue(info.SignatureIndex); 2120if (typeIdentifierInfo.SignatureIndex == 1) 3227Debug.Assert(!info.HasValue || info.SignatureIndex == 0); 3241Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 3251if (info.SignatureIndex == 0) 3262Debug.Assert(!info.HasValue || info.SignatureIndex == 0);