2 instantiations of IgnoreDataMemberAttribute
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
Binding\FormDataMapperTests.cs (2)
2462[IgnoreDataMember] 2480[IgnoreDataMember]
7 references to IgnoreDataMemberAttribute
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\Metadata\FormDataMetadataFactory.cs (2)
209var ignoreDataMember = property.GetCustomAttribute<IgnoreDataMemberAttribute>();
Microsoft.AspNetCore.Http.Extensions (2)
src\Components\Endpoints\src\FormMapping\Metadata\FormDataMetadataFactory.cs (2)
209var ignoreDataMember = property.GetCustomAttribute<IgnoreDataMemberAttribute>();
netstandard (1)
netstandard.cs (1)
1772[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.IgnoreDataMemberAttribute))]
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\ClassDataContract.cs (1)
885object[] memberAttributes = member.GetCustomAttributes(typeof(IgnoreDataMemberAttribute), false).ToArray();
System.Runtime.Serialization (1)
System.Runtime.Serialization.cs (1)
18[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.IgnoreDataMemberAttribute))]