Base:
4 references to ToString
System.Xaml.Tests (4)
System\Xaml\Schema\XamlTypeNameTests.cs (4)
141Assert.Equal(expected, name.ToString()); 151Assert.Throws<InvalidOperationException>(() => typeName.ToString()); 163Assert.Throws<InvalidOperationException>(() => typeName.ToString()); 177Assert.Throws<NullReferenceException>(() => typeName.ToString());