1 write to m_signature
mscorlib (1)
system\reflection\propertyinfo.cs (1)
264m_signature = new Signature(sig.Signature.ToPointer(), (int)sig.Length, m_declaringType);
2 references to m_signature
mscorlib (2)
system\reflection\propertyinfo.cs (2)
255if (m_signature == null) 267return m_signature;