2 references to IsReferenceProperty
System.Runtime.Serialization (2)
System\Runtime\Serialization\CodeExporter.cs (2)
826
dataContractAttribute.Arguments.Add(new CodeAttributeArgument(Globals.
IsReferenceProperty
, new CodePrimitiveExpression(classDataContract.IsReference)));
1236
collectionContractAttribute.Arguments.Add(new CodeAttributeArgument(Globals.
IsReferenceProperty
, new CodePrimitiveExpression(collectionContract.IsReference)));