15 references to GetCustomAttributes
mscorlib (3)
system\diagnostics\eventing\eventsource.cs (1)
3162
foreach (CustomAttributeData data in CustomAttributeData.
GetCustomAttributes
(member))
system\rttype.cs (1)
1789
IList<CustomAttributeData> attrs = CustomAttributeData.
GetCustomAttributes
(t);
system\runtime\interopservices\marshal.cs (1)
2355
IList<CustomAttributeData> cas = CustomAttributeData.
GetCustomAttributes
(type);
PresentationBuildTasks (6)
Framework\System\Windows\Markup\ParserContext.cs (1)
887
IList<CustomAttributeData> customAttributes = CustomAttributeData.
GetCustomAttributes
(property);
Framework\System\Windows\Markup\XamlReaderHelper.cs (2)
4886
IList<CustomAttributeData> attributes = CustomAttributeData.
GetCustomAttributes
(collectionType);
5669
IList<CustomAttributeData> list = CustomAttributeData.
GetCustomAttributes
(baseType);
Shared\System\Windows\Markup\ReflectionHelper.cs (3)
202
IList<CustomAttributeData> list = CustomAttributeData.
GetCustomAttributes
(mi);
214
IList<CustomAttributeData> list = CustomAttributeData.
GetCustomAttributes
(t);
258
IList<CustomAttributeData> list = CustomAttributeData.
GetCustomAttributes
(currentType);
PresentationFramework (1)
src\Framework\System\Windows\Markup\ParserContext.cs (1)
887
IList<CustomAttributeData> customAttributes = CustomAttributeData.
GetCustomAttributes
(property);
System.AddIn (2)
System\Addin\Hosting\Store\PipelineComponent.cs (1)
86
IList<CustomAttributeData> cas =CustomAttributeData.
GetCustomAttributes
(_typeInfo.ReflectionType);
System\Addin\Hosting\Utils.cs (1)
61
foreach (CustomAttributeData ca in CustomAttributeData.
GetCustomAttributes
(inspectType))
WindowsBase (2)
Shared\System\Windows\Markup\ReflectionHelper.cs (2)
202
IList<CustomAttributeData> list = CustomAttributeData.
GetCustomAttributes
(mi);
258
IList<CustomAttributeData> list = CustomAttributeData.
GetCustomAttributes
(currentType);
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (1)
306
IList<CustomAttributeData> cads = CustomAttributeData.
GetCustomAttributes
(t);