1 write to SignatureIndex
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
2482this.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); 1403if (!info.HasValue || info.SignatureIndex != 0 || !TryGetAttributeReader(info.Handle, out BlobReader sigReader)) 1448Debug.Assert(targetAttribute.SignatureIndex is 0 or 1); 1449if (targetAttribute.SignatureIndex == 0) 1474info.SignatureIndex == 0) 1509Debug.Assert(info.SignatureIndex == 0); 1617Debug.Assert(info.SignatureIndex == 0); 1657if (ai.SignatureIndex == 0) 1698if (ai.SignatureIndex == 0) 1758switch (attributeInfo.SignatureIndex) 1781throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1819switch (attributeInfo.SignatureIndex) 1830throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1838switch (attributeInfo.SignatureIndex) 1844throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1852switch (attributeInfo.SignatureIndex) 1877throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1903switch (info.SignatureIndex) 1926throw ExceptionUtilities.UnexpectedValue(info.SignatureIndex); 2098if (typeIdentifierInfo.SignatureIndex == 1) 3205Debug.Assert(!info.HasValue || info.SignatureIndex == 0); 3219Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 3229if (info.SignatureIndex == 0) 3240Debug.Assert(!info.HasValue || info.SignatureIndex == 0);