1 write to _constructorDelegate
System.Xaml (1)
System\Xaml\Schema\XamlTypeInvoker.cs (1)
318type._constructorDelegate = ctorDelegate;
2 references to _constructorDelegate
System.Xaml (2)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
267InvokeDelegate(type._constructorDelegate, inst); 279if (type._constructorDelegate is not null)