4 references to GetTypeName
Microsoft.Cci.Extensions (4)
Writers\CSharp\CSDeclarationWriter.cs (3)
309
name =
GetTypeName
(nestedType.ContainingType, namingOptions & ~NameFormattingOptions.OmitTypeArguments);
311
name +=
GetTypeName
(nestedType, namingOptions | NameFormattingOptions.OmitContainingType);
315
name =
GetTypeName
(typeReference, namingOptions);
Writers\CSharp\CSDeclarationWriter.Types.cs (1)
145
return
GetTypeName
(type, formattingOptions);