2 writes to _fullTypeName
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectInfo.cs (2)
763_fullTypeName = typeName; 771_fullTypeName = typeInformation.FullTypeName;
1 reference to _fullTypeName
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectInfo.cs (1)
278internal string GetTypeFullName() => _binderTypeName ?? _cache._fullTypeName;