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