1 write to constrInfo
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\EarlyBoundInfo.cs (1)
26this.constrInfo = ebType.GetConstructor(Type.EmptyTypes);
5 references to constrInfo
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\EarlyBoundInfo.cs (5)
27Debug.Assert(this.constrInfo != null, "The early bound object type " + ebType.FullName + " must have a public default constructor"); 38public Type EarlyBoundType { get { return this.constrInfo.DeclaringType; } } 43public object CreateObject() { return this.constrInfo.Invoke(new object[] {}); } 53return this.namespaceUri == info.namespaceUri && this.constrInfo == info.constrInfo;