1 write to SignatureBytes
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\PInvokeMethodFixupNode.cs (1)
192SignatureBytes = signatureBytes;
8 references to SignatureBytes
ILCompiler.Compiler (8)
Compiler\DependencyAnalysis\PInvokeMethodFixupNode.cs (8)
99if (_pInvokeMethodData.SignatureBytes >= 0) 102flags |= ((uint)_pInvokeMethodData.SignatureBytes << 16); 200SignatureBytes == other.SignatureBytes; 227return SignatureBytes.CompareTo(other.SignatureBytes); 240if (SignatureBytes >= 0) 242sb.Append($"@{SignatureBytes}");