10 writes to GetCustomAttributesMap
System.Xaml.Tests (10)
System\Xaml\XamlSchemaContextTests.cs (6)
142GetCustomAttributesMap = new Dictionary<Type, object?[]?> 163GetCustomAttributesMap = new Dictionary<Type, object?[]?> 338GetCustomAttributesMap = new Dictionary<Type, object?[]?> 352GetCustomAttributesMap = new Dictionary<Type, object?[]?> 366GetCustomAttributesMap = new Dictionary<Type, object?[]?> 380GetCustomAttributesMap = new Dictionary<Type, object?[]?>
System\Xaml\XamlTypeTests.cs (4)
368GetCustomAttributesMap = new Dictionary<Type, object?[]?> 384GetCustomAttributesMap = new Dictionary<Type, object?[]?> 400GetCustomAttributesMap = new Dictionary<Type, object?[]?> 416GetCustomAttributesMap = new Dictionary<Type, object?[]?>
2 references to GetCustomAttributesMap
System.Xaml.Tests (2)
Common\CustomAssembly.cs (2)
38if (GetCustomAttributesMap.HasValue) 41if (GetCustomAttributesMap.Value.TryGetValue(attributeType, out result))