18 instantiations of FeatureGuard
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelMetadata.cs (2)
39[FeatureGuard(typeof(RequiresDynamicCodeAttribute))] 40[FeatureGuard(typeof(RequiresUnreferencedCodeAttribute))]
Microsoft.AspNetCore.SignalR.Core (2)
Internal\DefaultHubDispatcher.cs (2)
37[FeatureGuard(typeof(RequiresDynamicCodeAttribute))] 38[FeatureGuard(typeof(RequiresUnreferencedCodeAttribute))]
Microsoft.Maui (6)
RuntimeFeature.cs (6)
28 [FeatureGuard(typeof(RequiresUnreferencedCodeAttribute))] 37 [FeatureGuard(typeof(RequiresUnreferencedCodeAttribute))] 46 [FeatureGuard(typeof(RequiresUnreferencedCodeAttribute))] 55 [FeatureGuard(typeof(RequiresUnreferencedCodeAttribute))] 80 [FeatureGuard(typeof(RequiresUnreferencedCodeAttribute))] 81 [FeatureGuard(typeof(RequiresDynamicCodeAttribute))]
System.ComponentModel.TypeConverter (2)
System\ComponentModel\Design\IDesignerHost.cs (1)
15[FeatureGuard(typeof(RequiresUnreferencedCodeAttribute))]
System\ComponentModel\TypeDescriptor.cs (1)
49[FeatureGuard(typeof(RequiresUnreferencedCodeAttribute))]
System.Data.Common (2)
System\Data\DataSet.cs (2)
81[FeatureGuard(typeof(RequiresUnreferencedCodeAttribute))] 82[FeatureGuard(typeof(RequiresDynamicCodeAttribute))]
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\CallInstruction.cs (1)
19[FeatureGuard(typeof(RequiresDynamicCodeAttribute))]
System\Linq\Expressions\LambdaExpression.cs (1)
28[FeatureGuard(typeof(RequiresDynamicCodeAttribute))]
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ComponentModel\DefaultValueAttribute.cs (1)
24[FeatureGuard(typeof(RequiresUnreferencedCodeAttribute))]
System\Runtime\CompilerServices\RuntimeFeature.NativeAot.cs (1)
13[FeatureGuard(typeof(RequiresDynamicCodeAttribute))]
2 references to FeatureGuard
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\FeatureGuardAttribute.cs (1)
24/// Initializes a new instance of the <see cref="FeatureGuardAttribute"/> class
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
140[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CodeAnalysis.FeatureGuardAttribute))]