6 instantiations of IgnoreDataMemberAttribute
Microsoft.VisualStudio.TestPlatform.Common (3)
Interfaces\Engine\ClientProtocol\TestExecutionContext.cs (3)
150[IgnoreDataMember] 160[IgnoreDataMember] 171[IgnoreDataMember]
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
Client\DiscoveryCriteria.cs (1)
129[IgnoreDataMember]
Client\TestRunCriteria.cs (1)
494[IgnoreDataMember]
TestProperty\TestProperty.cs (1)
112[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\aspnetcore\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)
883object[] 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))]