7 references to ComplexInfo
Microsoft.CodeAnalysis.Workspaces (7)
FindSymbols\SymbolTree\SymbolTreeInfo.Node.cs (7)
124? ComplexInfo 159public ParameterTypeInfo GetFunctionPointerType(MethodSignature<ParameterTypeInfo> signature) => ComplexInfo; 161public ParameterTypeInfo GetGenericMethodParameter(object? genericContext, int index) => ComplexInfo; 163public ParameterTypeInfo GetGenericTypeParameter(object? genericContext, int index) => ComplexInfo; 165public ParameterTypeInfo GetModifiedType(ParameterTypeInfo modifier, ParameterTypeInfo unmodifiedType, bool isRequired) => ComplexInfo; 167public ParameterTypeInfo GetPinnedType(ParameterTypeInfo elementType) => ComplexInfo; 169public ParameterTypeInfo GetPointerType(ParameterTypeInfo elementType) => ComplexInfo;