2 writes to Id
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Attributes.cs (2)
118
Id
= Globals.NewObjectId;
135
Id
= reader.ReadContentAsString();
4 references to Id
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Attributes.cs (2)
136
if (string.IsNullOrEmpty(
Id
))
138
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(string.Format(SRSerialization.InvalidXsIdDefinition,
Id
)));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (2)
378
return attributes.
Id
;
396
AddNewObjectWithId(attributes.
Id
, obj);