1 write to SignatureIndex
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
2501this.SignatureIndex = (byte)signatureIndex;
36 references to SignatureIndex
Microsoft.CodeAnalysis (36)
MetadataReader\PEModule.cs (36)
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); 1207Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 1312if (attributeInfo.SignatureIndex != 0) 1314throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1435if (!info.HasValue || info.SignatureIndex != 0 || !TryGetAttributeReader(info.Handle, out BlobReader sigReader)) 1480Debug.Assert(targetAttribute.SignatureIndex is 0 or 1); 1481if (targetAttribute.SignatureIndex == 0) 1506info.SignatureIndex == 0) 1541Debug.Assert(info.SignatureIndex == 0); 1649Debug.Assert(info.SignatureIndex == 0); 1689if (ai.SignatureIndex == 0) 1730if (ai.SignatureIndex == 0) 1790switch (attributeInfo.SignatureIndex) 1813throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1851switch (attributeInfo.SignatureIndex) 1862throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1870switch (attributeInfo.SignatureIndex) 1876throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1884switch (attributeInfo.SignatureIndex) 1909throw ExceptionUtilities.UnexpectedValue(attributeInfo.SignatureIndex); 1935switch (info.SignatureIndex) 1958throw ExceptionUtilities.UnexpectedValue(info.SignatureIndex); 2130if (typeIdentifierInfo.SignatureIndex == 1) 3224Debug.Assert(!info.HasValue || info.SignatureIndex == 0); 3238Debug.Assert(!info.HasValue || info.SignatureIndex == 0 || info.SignatureIndex == 1); 3248if (info.SignatureIndex == 0) 3259Debug.Assert(!info.HasValue || info.SignatureIndex == 0);