7 instantiations of RequiresUnreferencedCodeAttribute
Shared (7)
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.")]
JsonSchemaExporter\JsonSchemaExporter.cs (4)
49[RequiresUnreferencedCode(RequiresUnreferencedCodeMessage)] 69[RequiresUnreferencedCode(RequiresUnreferencedCodeMessage)] 79[RequiresUnreferencedCode(RequiresUnreferencedCodeMessage)] 87[RequiresUnreferencedCode(RequiresUnreferencedCodeMessage)]
1 reference to RequiresUnreferencedCodeAttribute
Shared (1)
src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs (1)
29/// Initializes a new instance of the <see cref="RequiresUnreferencedCodeAttribute"/> class