2 writes to _typeName
mscorlib (2)
system\typeinitializationexception.cs (2)
43
_typeName
= fullTypeName;
48
_typeName
= info.GetString("TypeName");
2 references to _typeName
mscorlib (2)
system\typeinitializationexception.cs (2)
54
if (
_typeName
== null) {
57
return
_typeName
;