3 references to GetClrTypeFullNameUsingTypeForwardedFromAttribute
System.Runtime.Serialization (3)
System\Runtime\Serialization\DataContract.cs (2)
1823GetClrTypeFullNameUsingTypeForwardedFromAttribute(type.GetElementType()), Globals.OpenBracket, Globals.CloseBracket); 1839builder.Append(Globals.OpenBracket).Append(GetClrTypeFullNameUsingTypeForwardedFromAttribute(genericArgument)).Append(Globals.Comma);
System\Runtime\Serialization\NetDataContractSerializer.cs (1)
526typeInformation = new TypeInformation(DataContract.GetClrTypeFullNameUsingTypeForwardedFromAttribute(type), assemblyName, hasTypeForwardedFrom);