37 writes to GetCustomAttributesAction
System.Xaml.Tests (37)
System\Xaml\XamlMemberTests.cs (37)
407
GetCustomAttributesAction
= (attributeType, inherit) => new object[] { new XamlDeferLoadAttribute(typeof(int), typeof(string)) }
418
GetCustomAttributesAction
= (attributeType, inherit) => Array.Empty<object>()
429
GetCustomAttributesAction
= (attributeType, inherit) => new object[] { new XamlDeferLoadAttribute(typeof(int), typeof(string)) }
482
GetCustomAttributesAction
= (attributeType, inherit) => null!
496
GetCustomAttributesAction
= (attributeType, inherit) => new object?[] { null }!
510
GetCustomAttributesAction
= (attributeType, inherit) => new object[] { new object() }
582
GetCustomAttributesAction
= (attributeType, inherit) => new object[] { new DependsOnAttribute(nameof(DataClass.Property))!, new DependsOnAttribute(""), new DependsOnAttribute(nameof(DataClass.Event)) }
593
GetCustomAttributesAction
= (attributeType, inherit) => Array.Empty<object>()
604
GetCustomAttributesAction
= (attributeType, inherit) => new object[] { new DependsOnAttribute(nameof(DataClass.Property))!, new DependsOnAttribute(""), new DependsOnAttribute(nameof(DataClass.Event)) }
642
GetCustomAttributesAction
= (attributeType, inherit) => null!
656
GetCustomAttributesAction
= (attributeType, inherit) => new object?[] { null }!
670
GetCustomAttributesAction
= (attributeType, inherit) => new object[] { new object() }
684
GetCustomAttributesAction
= (attributeType, inherit) => new object[] { new DependsOnAttribute(null!) }
1293
GetCustomAttributesAction
= (attributeType, inherit) => new object[] { new MarkupExtensionBracketCharactersAttribute('a', 'b') }
1304
GetCustomAttributesAction
= (attributeType, inherit) => Array.Empty<object>()
1315
GetCustomAttributesAction
= (attributeType, inherit) => new object[] { new MarkupExtensionBracketCharactersAttribute('a', 'b') }
1360
GetCustomAttributesAction
= (attributeType, inherit) => null!
1374
GetCustomAttributesAction
= (attributeType, inherit) => new object?[] { null }!
1388
GetCustomAttributesAction
= (attributeType, inherit) => new object[] { new object() }
1427
GetCustomAttributesAction
= (attributeType, inherit) => new object[] { new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content) }
1438
GetCustomAttributesAction
= (attributeType, inherit) => Array.Empty<object>()
1449
GetCustomAttributesAction
= (attributeType, inherit) => new object[] { new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content) }
1484
GetCustomAttributesAction
= (attributeType, inherit) => null!
1497
GetCustomAttributesAction
= (attributeType, inherit) => new object?[] { null }!
1510
GetCustomAttributesAction
= (attributeType, inherit) => new object[] { new object() }
1697
GetCustomAttributesAction
= (attributeType, inherit) => new object[] { new TypeConverterAttribute(typeof(string)) }
1708
GetCustomAttributesAction
= (attributeType, inherit) => Array.Empty<object>()
1719
GetCustomAttributesAction
= (attributeType, inherit) => new object[] { new TypeConverterAttribute(typeof(int)) }
1774
GetCustomAttributesAction
= (attributeType, inherit) => null!
1788
GetCustomAttributesAction
= (attributeType, inherit) => new object?[] { null }!
1802
GetCustomAttributesAction
= (attributeType, inherit) => new object[] { new object() }
2048
GetCustomAttributesAction
= (attributeType, inherit) => new object[] { new ValueSerializerAttribute(typeof(string)) }
2059
GetCustomAttributesAction
= (attributeType, inherit) => Array.Empty<object>()
2070
GetCustomAttributesAction
= (attributeType, inherit) => new object[] { new ValueSerializerAttribute(typeof(int)) }
2125
GetCustomAttributesAction
= (attributeType, inherit) => null!
2139
GetCustomAttributesAction
= (attributeType, inherit) => new object?[] { null }!
2153
GetCustomAttributesAction
= (attributeType, inherit) => new object[] { new object() }
2 references to GetCustomAttributesAction
System.Xaml.Tests (2)
System\Xaml\XamlMemberTests.cs (2)
2341
if (
GetCustomAttributesAction
is null)
2346
return
GetCustomAttributesAction
(attributeType, inherit);