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