2 writes to _binderTypeName
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectInfo.cs (2)
66_binderTypeName = null; 285binder?.BindToName(_objectType!, out _binderAssemblyString, out _binderTypeName);
1 reference to _binderTypeName
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectInfo.cs (1)
278internal string GetTypeFullName() => _binderTypeName ?? _cache._fullTypeName;