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