3 references to TryGetDCAttribute
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\ClassDataContract.cs (1)
747
bool hasDataContractAttribute =
TryGetDCAttribute
(type, out DataContractAttribute? dataContractAttribute);
System\Runtime\Serialization\DataContract.cs (1)
1243
if (
TryGetDCAttribute
(type, out DataContractAttribute? dataContractAttribute))
System\Runtime\Serialization\EnumDataContract.cs (1)
144
if (
TryGetDCAttribute
(type, out DataContractAttribute? dataContractAttribute))