1 write to IsComplexType
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolTree\SymbolTreeInfo.Node.cs (1)
114
IsComplexType
= isComplex;
4 references to IsComplexType
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\SymbolTree\SymbolTreeInfo.Node.cs (3)
82
/// This is the type name of the parameter when <see cref="
IsComplexType
"/> is false.
150
=> genericType.
IsComplexType
182
=> elementType.
IsComplexType
FindSymbols\SymbolTree\SymbolTreeInfo_Metadata.cs (1)
758
var parameterTypeName = (parameterTypeInfo.
IsComplexType
, parameterTypeInfo.IsArray) switch