1 write to SignatureIndex
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
2225this.SignatureIndex = (byte)signatureIndex;
32 references to SignatureIndex
Microsoft.CodeAnalysis (32)
MetadataReader\PEModule.cs (32)
1053Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1061if (info.SignatureIndex == 0) 1073Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1081if (info.SignatureIndex == 0) 1105Debug.Assert(info.SignatureIndex == 0); 1119Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1241if (!info.HasValue || info.SignatureIndex != 0 || !TryGetAttributeReader(info.Handle, out BlobReader sigReader)) 1286Debug.Assert(targetAttribute.SignatureIndex is 0 or 1); 1287if (targetAttribute.SignatureIndex == 0) 1312info.SignatureIndex == 0) 1344Debug.Assert(info.SignatureIndex == 0); 1414Debug.Assert(info.SignatureIndex == 0); 1454if (ai.SignatureIndex == 0) 1495if (ai.SignatureIndex == 0) 1555switch (attributeInfo.SignatureIndex) 1578throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1616switch (attributeInfo.SignatureIndex) 1627throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1635switch (attributeInfo.SignatureIndex) 1641throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1649switch (attributeInfo.SignatureIndex) 1674throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1700switch (info.SignatureIndex) 1723throw ExceptionUtilities.UnexpectedValue(info.SignatureIndex); 1867if (typeIdentifierInfo.SignatureIndex == 1) 2948Debug.Assert(!info.HasValue || info.SignatureIndex == 0); 2962Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 2972if (info.SignatureIndex == 0)