1 write to _constrInfo
System.Private.Xml (1)
System\Xml\Xsl\Runtime\EarlyBoundInfo.cs (1)
27
_constrInfo
= ebType.GetConstructor(Type.EmptyTypes)!;
4 references to _constrInfo
System.Private.Xml (4)
System\Xml\Xsl\Runtime\EarlyBoundInfo.cs (4)
28
Debug.Assert(
_constrInfo
!= null, $"The early bound object type {ebType.FullName} must have a public default constructor");
48
public object CreateObject() { return
_constrInfo
.Invoke(Array.Empty<object>()); }
59
return _namespaceUri == info._namespaceUri &&
_constrInfo
== info.
_constrInfo
;