4 writes to Signature
mscorlib (4)
system\missingfieldexception.cs (1)
62
Signature
= signature;
system\missingmemberexception.cs (2)
47
Signature
= (byte[])info.GetValue("MMSignature", typeof(byte[]));
78
Signature
= signature;
system\missingmethodexception.cs (1)
64
Signature
= signature;
7 references to Signature
mscorlib (7)
system\missingfieldexception.cs (2)
51
(
Signature
!= null ? FormatSignature(
Signature
) + " " : "") +
system\missingmemberexception.cs (3)
60
(
Signature
!= null ? " " + FormatSignature(
Signature
) : ""));
96
info.AddValue("MMSignature",
Signature
, typeof(byte[]));
system\missingmethodexception.cs (2)
54
(
Signature
!= null ? " " + FormatSignature(
Signature
) : ""));