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