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