3 writes to GetNamespaceAction
System.Xaml.Tests (3)
System\Xaml\Schema\XamlTypeTypeConverterTests.cs (3)
68GetNamespaceAction = prefix => namespaceResult 101GetNamespaceAction = prefix => "namespace" 159GetNamespaceAction = prefix => "namespace"
2 references to GetNamespaceAction
System.Xaml.Tests (2)
System\Xaml\Schema\XamlTypeTypeConverterTests.cs (2)
326if (GetNamespaceAction is null) 331return GetNamespaceAction(prefix);