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