1 write to m_signature
System.Private.CoreLib (1)
src\System\Reflection\RuntimePropertyInfo.cs (1)
74m_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)
68if (m_signature == null) 77return m_signature;