13 writes to ConstructorResult
System.Xaml.Tests (13)
System\Xaml\XamlTypeTests.cs (13)
273
ConstructorResult
= typeof(XmlnsDefinitionAttribute).GetConstructors()[0],
352
ConstructorResult
= typeof(XmlnsDefinitionAttribute).GetConstructors()[0],
695
ConstructorResult
= typeof(XmlLangPropertyAttribute).GetConstructors()[0],
1508
ConstructorResult
= typeof(ContentWrapperAttribute).GetConstructors()[0],
2103
ConstructorResult
= typeof(ContentPropertyAttribute).GetConstructors()[0],
2287
ConstructorResult
= typeof(ContentWrapperAttribute).GetConstructors()[0],
2466
ConstructorResult
= typeof(XamlDeferLoadAttribute).GetConstructors()[0],
3867
ConstructorResult
= typeof(XamlSetMarkupExtensionAttribute).GetConstructors()[0],
4066
ConstructorResult
= typeof(XamlSetTypeConverterAttribute).GetConstructors()[0],
4365
ConstructorResult
= typeof(TypeConverterAttribute).GetConstructors()[0],
4606
ConstructorResult
= typeof(UsableDuringInitializationAttribute).GetConstructors()[0],
4773
ConstructorResult
= typeof(ValueSerializerAttribute).GetConstructors()[0],
5212
ConstructorResult
= new CustomConstructorInfo(c.Constructor)
1 reference to ConstructorResult
System.Xaml.Tests (1)
System\Xaml\XamlTypeTests.cs (1)
5306
public override ConstructorInfo Constructor =>
ConstructorResult
!;