Implemented interface member:
method
GetConstructors
System.Runtime.InteropServices._Type.GetConstructors()
14 references to GetConstructors
mscorlib (2)
system\runtime\remoting\remotingservices.cs (2)
1928ci = t.GetConstructors(); 1930ci = rt.GetConstructors();
PresentationFramework (1)
src\Framework\System\Windows\Data\ObjectDataProvider.cs (1)
400ConstructorInfo[] ciAry = _objectType.GetConstructors();
System (1)
compmod\system\diagnostics\traceutils.cs (1)
73ConstructorInfo[] ctorInfos = objectType.GetConstructors();
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\Translator.cs (1)
1912ConstructorInfo constructorInfo = compensatingCollectionType.GetConstructors()[0];
System\Data\Objects\ELinq\InitializerFacet.cs (1)
226ConstructorInfo constructor = groupType.GetConstructors().Single();
System.Web (2)
UI\WebParts\ConsumerConnectionPoint.cs (1)
20ConstructorInfo constructor = typeof(ConsumerConnectionPoint).GetConstructors()[0];
UI\WebParts\ProviderConnectionPoint.cs (1)
20ConstructorInfo constructor = typeof(ProviderConnectionPoint).GetConstructors()[0];
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
1137switch (FindBestMethod(type.GetConstructors(), args, out method)) {
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IManagedPerPropertyBrowsingHandler.cs (1)
161ConstructorInfo[] ctors = t.GetConstructors();
System.Workflow.Activities (1)
LocalService\ExternalDataExchangeService.cs (1)
161foreach (ConstructorInfo ci in t.GetConstructors())
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
711ConstructorInfo[] constructors = type.GetConstructors();
System.Workflow.Runtime (1)
WorkflowRuntime.cs (1)
1494foreach (ConstructorInfo ci in t.GetConstructors())
System.Xml (1)
System\Xml\Serialization\Compiler.cs (1)
65ConstructorInfo[] ctors = type.GetConstructors();