2 references to IsReferenceProperty
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (2)
819
dataContractAttribute.Arguments.Add(new CodeAttributeArgument(Globals.
IsReferenceProperty
, new CodePrimitiveExpression(classDataContract.IsReference)));
1168
collectionContractAttribute.Arguments.Add(new CodeAttributeArgument(Globals.
IsReferenceProperty
, new CodePrimitiveExpression(collectionContract.IsReference)));