22 references to Constructor
mscorlib (11)
system\diagnostics\eventing\eventsource.cs (1)
3164if (AttributeTypeNamesMatch(attributeType, data.Constructor.ReflectedType))
system\reflection\customattribute.cs (3)
344if (attrs[i].Constructor.DeclaringType == caType) 512return String.Format(CultureInfo.CurrentCulture, "[{0}({1}{2})]", Constructor.DeclaringType.FullName, ctorArgs, namedArgs); 525public Type AttributeType { get { return Constructor.DeclaringType; } }
system\reflection\parameterinfo.cs (1)
651Type attrType = attr.Constructor.DeclaringType;
system\resources\resourcemanager.cs (1)
880if (data.Constructor.DeclaringType == typeof(SatelliteContractVersionAttribute)) {
system\rttype.cs (1)
1792if (Object.ReferenceEquals(attrs[i].Constructor.DeclaringType, DefaultMemberAttrType))
system\runtime\compilerservices\datetimeconstantattribute.cs (1)
31Contract.Requires(attr.Constructor.DeclaringType == typeof(DateTimeConstantAttribute));
system\runtime\compilerservices\decimalconstantattribute.cs (2)
54Contract.Requires(attr.Constructor.DeclaringType == typeof(DecimalConstantAttribute)); 66ParameterInfo[] parameters = attr.Constructor.GetParameters();
system\runtime\interopservices\marshal.cs (1)
2358if (cas[i].Constructor.DeclaringType == typeof(ProgIdAttribute))
PresentationBuildTasks (5)
Framework\System\Windows\Markup\XamlReaderHelper.cs (2)
4898if( attributes[i].Constructor.ReflectedType == KnownTypes.Types[(int)KnownElements.ContentWrapperAttribute] ) 5672if (cad.Constructor.ReflectedType == attrType)
Framework\System\Windows\Markup\XmlnsCache.cs (1)
238ConstructorInfo cinfo = data.Constructor;
Shared\System\Windows\Markup\ReflectionHelper.cs (2)
264if (cad.Constructor.ReflectedType == attrType) 297ConstructorInfo cinfo = cad.Constructor;
System.AddIn (2)
System\Addin\Hosting\Store\PipelineComponent.cs (1)
90if (Object.ReferenceEquals(ca.Constructor.DeclaringType, s_QualificationDataAttrInReflectionLoaderContext))
System\Addin\Hosting\Utils.cs (1)
63if (Object.ReferenceEquals(ca.Constructor.DeclaringType, attributeType))
WindowsBase (2)
Shared\System\Windows\Markup\ReflectionHelper.cs (2)
264if (cad.Constructor.ReflectedType == attrType) 297ConstructorInfo cinfo = cad.Constructor;
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (2)
313if (cad.Constructor.DeclaringType == typeof(ComVisibleAttribute)) 334if (cad.Constructor.DeclaringType == typeof(ComVisibleAttribute))