7 references to ComplexInfo
Microsoft.CodeAnalysis.Workspaces (7)
FindSymbols\SymbolTree\SymbolTreeInfo.Node.cs (7)
151? ComplexInfo 186public ParameterTypeInfo GetFunctionPointerType(MethodSignature<ParameterTypeInfo> signature) => ComplexInfo; 188public ParameterTypeInfo GetGenericMethodParameter(object? genericContext, int index) => ComplexInfo; 190public ParameterTypeInfo GetGenericTypeParameter(object? genericContext, int index) => ComplexInfo; 192public ParameterTypeInfo GetModifiedType(ParameterTypeInfo modifier, ParameterTypeInfo unmodifiedType, bool isRequired) => ComplexInfo; 194public ParameterTypeInfo GetPinnedType(ParameterTypeInfo elementType) => ComplexInfo; 196public ParameterTypeInfo GetPointerType(ParameterTypeInfo elementType) => ComplexInfo;