3 references to TypeName
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (3)
960
typeDesc = new TypeDesc(type, CodeIdentifier.MakeValid(
TypeName
(type)), type.ToString(), kind, null, flags, null);
1025
return "ArrayOf" +
TypeName
(t.GetElementType());
1042
typeName.Append(
TypeName
(arguments[i]));