9 references to Signature
System.Private.CoreLib (9)
src\System\Reflection\MdFieldInfo.cs (1)
117
m_fieldType = new Signature(fieldMarshal.
Signature
.ToPointer(),
src\System\Reflection\MdImport.cs (1)
247
nativeType.
Signature
,
src\System\Reflection\RuntimeCustomAttributeData.cs (3)
920
_blob = new ReadOnlySpan<byte>((void*)attributeBlob.
Signature
, attributeBlob.Length);
1507
IntPtr blobStart = caRecord.blob.
Signature
;
1854
int result = ParseAttributeUsageAttribute(blob.
Signature
, blob.Length, &attrTargetsLocal, &allowMultipleLocal, &inheritedLocal);
src\System\Reflection\RuntimeModule.cs (3)
89
if (*(MdSigCallingConvention*)sig.
Signature
== MdSigCallingConvention.Field)
190
if (*(MdSigCallingConvention*)sig.
Signature
!= MdSigCallingConvention.Field)
280
if (*(MdSigCallingConvention*)sig.
Signature
== MdSigCallingConvention.Field)
src\System\Reflection\RuntimePropertyInfo.cs (1)
74
m_signature = new Signature(sig.
Signature
.ToPointer(), sig.Length, m_declaringType);