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