1 write to SignatureIndex
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
2519this.SignatureIndex = (byte)signatureIndex;
37 references to SignatureIndex
Microsoft.CodeAnalysis (37)
MetadataReader\PEModule.cs (37)
1124Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1132if (info.SignatureIndex == 0) 1144Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1152if (info.SignatureIndex == 0) 1176Debug.Assert(info.SignatureIndex == 0); 1192Debug.Assert(info.SignatureIndex == 0); 1209Debug.Assert(info.SignatureIndex == 0); 1224Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1329if (attributeInfo.SignatureIndex != 0) 1331throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1453if (!info.HasValue || info.SignatureIndex != 0 || !TryGetAttributeReader(info.Handle, out BlobReader sigReader)) 1498Debug.Assert(targetAttribute.SignatureIndex is 0 or 1); 1499if (targetAttribute.SignatureIndex == 0) 1524info.SignatureIndex == 0) 1559Debug.Assert(info.SignatureIndex == 0); 1667Debug.Assert(info.SignatureIndex == 0); 1707if (ai.SignatureIndex == 0) 1748if (ai.SignatureIndex == 0) 1808switch (attributeInfo.SignatureIndex) 1831throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1869switch (attributeInfo.SignatureIndex) 1880throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1888switch (attributeInfo.SignatureIndex) 1894throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1902switch (attributeInfo.SignatureIndex) 1927throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1953switch (info.SignatureIndex) 1976throw ExceptionUtilities.UnexpectedValue(info.SignatureIndex); 2148if (typeIdentifierInfo.SignatureIndex == 1) 3242Debug.Assert(!info.HasValue || info.SignatureIndex == 0); 3256Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 3266if (info.SignatureIndex == 0) 3277Debug.Assert(!info.HasValue || info.SignatureIndex == 0);