12 writes to GetServiceAction
System.Xaml.Tests (12)
System\Windows\Markup\NameReferenceConverterTests.cs (12)
34GetServiceAction = serviceType => 55GetServiceAction = serviceType => 81GetServiceAction = serviceType => 96GetServiceAction = serviceType => 114GetServiceAction = serviceType => 126yield return new object[] { new CustomTypeDescriptorContext { GetServiceAction = serviceType => null! }, typeof(string), false }; 127yield return new object[] { new CustomTypeDescriptorContext { GetServiceAction = serviceType => new object() }, typeof(string), false }; 128yield return new object[] { new CustomTypeDescriptorContext { GetServiceAction = serviceType => new CustomXamlNameProvider() }, typeof(int), false }; 129yield return new object[] { new CustomTypeDescriptorContext { GetServiceAction = serviceType => new CustomXamlNameProvider() }, typeof(string), true }; 148GetServiceAction = serviceType => 173GetServiceAction = serviceType => 188GetServiceAction = serviceType =>
2 references to GetServiceAction
System.Xaml.Tests (2)
System\Windows\Markup\NameReferenceConverterTests.cs (2)
209if (GetServiceAction is null) 214return GetServiceAction(serviceType);