3 references to GetDecodedCustomAttributes
ILCompiler.Compiler (3)
Compiler\Logging\UnconditionalSuppressMessageAttributeState.cs (1)
323
return property.
GetDecodedCustomAttributes
(attributeNamespace, attributeName);
Compiler\SubstitutionProvider.cs (2)
61
foreach (var featureSwitchDefinitionAttribute in property.
GetDecodedCustomAttributes
("System.Diagnostics.CodeAnalysis", "FeatureSwitchDefinitionAttribute"))
71
foreach (var featureGuardAttribute in property.
GetDecodedCustomAttributes
("System.Diagnostics.CodeAnalysis", "FeatureGuardAttribute"))