1 write to SignatureIndex
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
2477this.SignatureIndex = (byte)signatureIndex;
36 references to SignatureIndex
Microsoft.CodeAnalysis (36)
MetadataReader\PEModule.cs (36)
1093Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1101if (info.SignatureIndex == 0) 1113Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1121if (info.SignatureIndex == 0) 1145Debug.Assert(info.SignatureIndex == 0); 1161Debug.Assert(info.SignatureIndex == 0); 1176Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1281if (attributeInfo.SignatureIndex != 0) 1283throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1398if (!info.HasValue || info.SignatureIndex != 0 || !TryGetAttributeReader(info.Handle, out BlobReader sigReader)) 1443Debug.Assert(targetAttribute.SignatureIndex is 0 or 1); 1444if (targetAttribute.SignatureIndex == 0) 1469info.SignatureIndex == 0) 1504Debug.Assert(info.SignatureIndex == 0); 1612Debug.Assert(info.SignatureIndex == 0); 1652if (ai.SignatureIndex == 0) 1693if (ai.SignatureIndex == 0) 1753switch (attributeInfo.SignatureIndex) 1776throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1814switch (attributeInfo.SignatureIndex) 1825throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1833switch (attributeInfo.SignatureIndex) 1839throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1847switch (attributeInfo.SignatureIndex) 1872throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1898switch (info.SignatureIndex) 1921throw ExceptionUtilities.UnexpectedValue(info.SignatureIndex); 2093if (typeIdentifierInfo.SignatureIndex == 1) 3200Debug.Assert(!info.HasValue || info.SignatureIndex == 0); 3214Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 3224if (info.SignatureIndex == 0) 3235Debug.Assert(!info.HasValue || info.SignatureIndex == 0);