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