2 references to IsReferenceProperty
System.Runtime.Serialization.Schema (2)
System\Runtime\Serialization\Schema\CodeExporter.cs (2)
802
dataContractAttribute.Arguments.Add(new CodeAttributeArgument(ImportGlobals.
IsReferenceProperty
, new CodePrimitiveExpression(classDataContract.IsReference)));
1245
collectionContractAttribute.Arguments.Add(new CodeAttributeArgument(ImportGlobals.
IsReferenceProperty
, new CodePrimitiveExpression(collectionContract.IsReference)));