3 references to GetClrAssemblyName
mscorlib (3)
system\runtime\serialization\formatters\binary\binaryformatter.cs (2)
246
string assemblyName2 = FormatterServices.
GetClrAssemblyName
(t, out hasTypeForwardedFrom2);
256
string assemblyName = FormatterServices.
GetClrAssemblyName
(type, out hasTypeForwardedFrom);
system\runtime\serialization\formatterservices.cs (1)
532
builder.Append(
GetClrAssemblyName
(genericArgument, out hasTypeForwardedFrom)).Append("],");