1 instantiation of ParameterInfo
Microsoft.CodeAnalysis (1)
DocumentationCommentId.cs (1)
1571
return new
ParameterInfo
(type, isRefOrOut);
7 references to ParameterInfo
Microsoft.CodeAnalysis (7)
DocumentationCommentId.cs (7)
1353
List<
ParameterInfo
>? parameters = null;
1438
private static bool AllParametersMatch(ImmutableArray<IParameterSymbol> symbolParameters, List<
ParameterInfo
> expectedParameters)
1456
private static bool ParameterMatches(IParameterSymbol symbol,
ParameterInfo
parameterInfo)
1510
private static readonly ListPool<
ParameterInfo
> s_parameterListPool = new ListPool<
ParameterInfo
>();
1512
private static bool ParseParameterList(string id, ref int index, Compilation compilation, ISymbol typeParameterContext, List<
ParameterInfo
> parameters)
1553
private static
ParameterInfo
? ParseParameter(string id, ref int index, Compilation compilation, ISymbol? typeParameterContext)