2 writes to Ref
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Attributes.cs (2)
119
Ref
= Globals.NewObjectId;
144
Ref
= reader.ReadContentAsString();
8 references to Ref
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Attributes.cs (2)
145
if (string.IsNullOrEmpty(
Ref
))
147
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(string.Format(SRSerialization.InvalidXsRefDefinition,
Ref
)));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\PrimitiveDataContract.cs (2)
160
if (attributes.
Ref
!= Globals.NewObjectId)
161
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(string.Format(SRSerialization.CannotDeserializeRefAtTopLevel, attributes.
Ref
)));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (4)
130
if (attributes.
Ref
!= Globals.NewObjectId)
138
retObj = GetExistingObject(attributes.
Ref
, declaredType, name, ns);
336
if (attributes.
Ref
!= Globals.NewObjectId)
340
return attributes.
Ref
;