6 references to GetTypeFullNameIncludingTypeForwards
System.Runtime.Serialization.BinaryFormat (6)
System\Runtime\Serialization\BinaryFormat\ClassWithMembersAndTypesRecord.cs (1)
25=> type.GetTypeFullNameIncludingTypeForwards() == ClassInfo.TypeName.FullName
System\Runtime\Serialization\BinaryFormat\MemberTypeInfo.cs (2)
156string fullSystemClassName = typeElement.GetTypeFullNameIncludingTypeForwards(); 162string fullClassName = typeElement.GetTypeFullNameIncludingTypeForwards();
System\Runtime\Serialization\BinaryFormat\SystemClassWithMembersAndTypesRecord.cs (1)
26&& type.GetTypeFullNameIncludingTypeForwards() == ClassInfo.TypeName.FullName;
System\Runtime\Serialization\BinaryFormat\Utils\TypeExtensions.cs (2)
40string typeName = GetTypeFullNameIncludingTypeForwards(type.GetElementType()!); 57builder.Append('[').Append(GetTypeFullNameIncludingTypeForwards(genericArgument)).Append(", ");