1 write to SignatureIndex
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
2487this.SignatureIndex = (byte)signatureIndex;
36 references to SignatureIndex
Microsoft.CodeAnalysis (36)
MetadataReader\PEModule.cs (36)
1098Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1106if (info.SignatureIndex == 0) 1118Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1126if (info.SignatureIndex == 0) 1150Debug.Assert(info.SignatureIndex == 0); 1166Debug.Assert(info.SignatureIndex == 0); 1181Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1286if (attributeInfo.SignatureIndex != 0) 1288throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1408if (!info.HasValue || info.SignatureIndex != 0 || !TryGetAttributeReader(info.Handle, out BlobReader sigReader)) 1453Debug.Assert(targetAttribute.SignatureIndex is 0 or 1); 1454if (targetAttribute.SignatureIndex == 0) 1479info.SignatureIndex == 0) 1514Debug.Assert(info.SignatureIndex == 0); 1622Debug.Assert(info.SignatureIndex == 0); 1662if (ai.SignatureIndex == 0) 1703if (ai.SignatureIndex == 0) 1763switch (attributeInfo.SignatureIndex) 1786throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1824switch (attributeInfo.SignatureIndex) 1835throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1843switch (attributeInfo.SignatureIndex) 1849throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1857switch (attributeInfo.SignatureIndex) 1882throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1908switch (info.SignatureIndex) 1931throw ExceptionUtilities.UnexpectedValue(info.SignatureIndex); 2103if (typeIdentifierInfo.SignatureIndex == 1) 3210Debug.Assert(!info.HasValue || info.SignatureIndex == 0); 3224Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 3234if (info.SignatureIndex == 0) 3245Debug.Assert(!info.HasValue || info.SignatureIndex == 0);