8 references to GetCSharpName
System.Xml (8)
System\Xml\Serialization\CodeIdentifier.cs (1)
175sb.Append(GetCSharpName(parameters[index]));
System\Xml\Serialization\SourceInfo.cs (1)
170Debug.Assert(match.Groups["cast"].Value == CodeIdentifier.GetCSharpName(Type));
System\Xml\Serialization\Types.cs (1)
160cSharpName = type == null ? CodeIdentifier.GetCSharpName(fullName) : CodeIdentifier.GetCSharpName(type);
System\Xml\Serialization\XmlSerializationGeneratedCode.cs (2)
203writer.Write(CodeIdentifier.GetCSharpName(type)); 355writer.Write(CodeIdentifier.GetCSharpName(type));
System\Xml\Serialization\XmlSerializationWriter.cs (3)
3457string typeFullName = CodeIdentifier.GetCSharpName(type); 3551writer.Write(GetStringForTypeof(CodeIdentifier.GetCSharpName(type), collectionUseReflection)); 3556writer.Write(GetStringForTypeof(CodeIdentifier.GetCSharpName(defaultIndexer.PropertyType), elementUseReflection));