3 references to GetConstructor
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
135
public static readonly ConstructorInfo NonUserCode =
GetConstructor
(typeof(DebuggerNonUserCodeAttribute));
137
public static readonly ConstructorInfo StepThrough =
GetConstructor
(typeof(DebuggerStepThroughAttribute));
138
public static readonly ConstructorInfo Transparent =
GetConstructor
(typeof(SecurityTransparentAttribute));