8 references to GetCSharpName
System.Private.Xml (8)
System\Xml\Serialization\CodeIdentifier.cs (1)
203sb.Append(GetCSharpName(parameters[index]));
System\Xml\Serialization\SourceInfo.cs (1)
195Debug.Assert(match.Groups["cast"].Value == CodeIdentifier.GetCSharpName(Type!));
System\Xml\Serialization\Types.cs (1)
167_cSharpName ??= _type == null ? CodeIdentifier.GetCSharpName(_fullName) : CodeIdentifier.GetCSharpName(_type);
System\Xml\Serialization\XmlSerializationGeneratedCode.cs (2)
192_writer.Write(CodeIdentifier.GetCSharpName(type)); 356_writer.Write(CodeIdentifier.GetCSharpName(type));
System\Xml\Serialization\XmlSerializationWriter.cs (3)
1733string typeFullName = CodeIdentifier.GetCSharpName(type); 1842_writer.Write(GetStringForTypeof(CodeIdentifier.GetCSharpName(type), collectionUseReflection)); 1847_writer.Write(GetStringForTypeof(CodeIdentifier.GetCSharpName(defaultIndexer.PropertyType), elementUseReflection));