Base:
10 references to ToString
System.Xaml (8)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (8)
279? SR.Format(SR.NoPropertyInCurrentFrame_GO, xamlType.ToString()) 347string err = SR.Format(SR.NoPropertyInCurrentFrame_SO, xamlType.ToString(), 348_context.CurrentType.ToString()); 426string err = SR.Format(SR.OpenPropertyInCurrentFrame_EO, _context.CurrentType.ToString(), 601err = SR.Format(SR.OpenPropertyInCurrentFrame_SM, _context.CurrentType.ToString(), 716? SR.Format(SR.NoPropertyInCurrentFrame_EM, _context.CurrentType.ToString()) 847? SR.Format(SR.NoPropertyInCurrentFrame_V, value, _context.CurrentType.ToString()) 927_context.CurrentType.ToString());
System.Xaml.Tests (2)
System\Xaml\Replacements\TypeTypeConverterTests.cs (1)
250Assert.Equal(expectedType.ToString(), converter.ConvertTo(context, null, typeof(int), typeof(string)));
System\Xaml\Schema\XamlTypeTypeConverterTests.cs (1)
249Assert.Equal(type.ToString(), converter.ConvertTo(context, null, type, typeof(string)));