4 references to IsComplexType
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\SymbolTree\SymbolTreeInfo.Node.cs (3)
68
/// This is the type name of the parameter when <see cref="
IsComplexType
"/> is false.
123
=> genericType.
IsComplexType
155
=> elementType.
IsComplexType
FindSymbols\SymbolTree\SymbolTreeInfo_Metadata.cs (1)
755
var parameterTypeName = (parameterTypeInfo.
IsComplexType
, parameterTypeInfo.IsArray) switch