9 references to GetQualifiedName
System.Xaml (9)
System\Xaml\Context\ObjectWriterContext.cs (1)
162
throw new XamlParseException(SR.Format(SR.TypeNotFound, xamlType.
GetQualifiedName
()));
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
335
string err = SR.Format(SR.CantCreateUnknownType, xamlType.
GetQualifiedName
());
371
rootType.
GetQualifiedName
(), xamlType.
GetQualifiedName
()));
1173
throw ctx.WithLineInfo(new XamlObjectWriterException(SR.Format(SR.NotAssignableFrom, currentType.
GetQualifiedName
(), instType.
GetQualifiedName
())));
1248
string err = SR.Format(SR.CantCreateUnknownType, xamlType.
GetQualifiedName
());
1253
throw ctx.WithLineInfo(new XamlObjectWriterException(SR.Format(SR.InitializationSyntaxWithoutTypeConverter, xamlType.
GetQualifiedName
())));
System\Xaml\XamlXmlWriter.cs (1)
1894
SR.ExpandPositionalParametersWithoutUnderlyingType, objectXamlType.
GetQualifiedName
()));