7 references to ComplexInfo
Microsoft.CodeAnalysis.Workspaces (7)
FindSymbols\SymbolTree\SymbolTreeInfo.Node.cs (7)
108? ComplexInfo 143public ParameterTypeInfo GetFunctionPointerType(MethodSignature<ParameterTypeInfo> signature) => ComplexInfo; 145public ParameterTypeInfo GetGenericMethodParameter(object? genericContext, int index) => ComplexInfo; 147public ParameterTypeInfo GetGenericTypeParameter(object? genericContext, int index) => ComplexInfo; 149public ParameterTypeInfo GetModifiedType(ParameterTypeInfo modifier, ParameterTypeInfo unmodifiedType, bool isRequired) => ComplexInfo; 151public ParameterTypeInfo GetPinnedType(ParameterTypeInfo elementType) => ComplexInfo; 153public ParameterTypeInfo GetPointerType(ParameterTypeInfo elementType) => ComplexInfo;