2 references to GetCustomAttributes
illink (2)
Linker\MemberActionStore.cs (2)
90
foreach (var featureSwitchDefinitionAttribute in _context.CustomAttributes.
GetCustomAttributes
(property, "System.Diagnostics.CodeAnalysis", "FeatureSwitchDefinitionAttribute")) {
106
foreach (var featureGuardAttribute in _context.CustomAttributes.
GetCustomAttributes
(property, "System.Diagnostics.CodeAnalysis", "FeatureGuardAttribute")) {