3 instantiations of RequiresUnreferencedCodeAttribute
Microsoft.Extensions.Diagnostics.ResourceMonitoring (3)
src\Shared\Data.Validation\LengthAttribute.cs (3)
56[RequiresUnreferencedCode("Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.")] 74[RequiresUnreferencedCode("Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.")] 149[RequiresUnreferencedCode("Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.")]
1 reference to RequiresUnreferencedCodeAttribute
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs (1)
29/// Initializes a new instance of the <see cref="RequiresUnreferencedCodeAttribute"/> class