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