1 write to SignatureIndex
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
2518this.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); 1452if (!info.HasValue || info.SignatureIndex != 0 || !TryGetAttributeReader(info.Handle, out BlobReader sigReader)) 1497Debug.Assert(targetAttribute.SignatureIndex is 0 or 1); 1498if (targetAttribute.SignatureIndex == 0) 1523info.SignatureIndex == 0) 1558Debug.Assert(info.SignatureIndex == 0); 1666Debug.Assert(info.SignatureIndex == 0); 1706if (ai.SignatureIndex == 0) 1747if (ai.SignatureIndex == 0) 1807switch (attributeInfo.SignatureIndex) 1830throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1868switch (attributeInfo.SignatureIndex) 1879throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1887switch (attributeInfo.SignatureIndex) 1893throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1901switch (attributeInfo.SignatureIndex) 1926throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1952switch (info.SignatureIndex) 1975throw ExceptionUtilities.UnexpectedValue(info.SignatureIndex); 2147if (typeIdentifierInfo.SignatureIndex == 1) 3241Debug.Assert(!info.HasValue || info.SignatureIndex == 0); 3255Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 3265if (info.SignatureIndex == 0) 3276Debug.Assert(!info.HasValue || info.SignatureIndex == 0);