2 references to MakeUnique
System.Private.Xml (2)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (2)
943
string? propName =
MakeUnique
(mapping, $"{typeName}Values");
945
string memberName =
MakeUnique
(mapping, $"_{propName}")!;