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)
28Debug.Assert(_constrInfo != null, $"The early bound object type {ebType.FullName} must have a public default constructor"); 48public object CreateObject() { return _constrInfo.Invoke(Array.Empty<object>()); } 59return _namespaceUri == info._namespaceUri && _constrInfo == info._constrInfo;