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