1 write to m_signature
System.Private.CoreLib (1)
src\System\Reflection\RuntimePropertyInfo.cs (1)
74
m_signature
= new Signature(sig.Signature.ToPointer(), sig.Length, m_declaringType);
2 references to m_signature
System.Private.CoreLib (2)
src\System\Reflection\RuntimePropertyInfo.cs (2)
68
if (
m_signature
== null)
77
return
m_signature
;