1 instantiation of ParameterInfo
Microsoft.CodeAnalysis (1)
DocumentationCommentId.cs (1)
1470
return new
ParameterInfo
(type, isRefOrOut);
7 references to ParameterInfo
Microsoft.CodeAnalysis (7)
DocumentationCommentId.cs (7)
1252
List<
ParameterInfo
>? parameters = null;
1337
private static bool AllParametersMatch(ImmutableArray<IParameterSymbol> symbolParameters, List<
ParameterInfo
> expectedParameters)
1355
private static bool ParameterMatches(IParameterSymbol symbol,
ParameterInfo
parameterInfo)
1409
private static readonly ListPool<
ParameterInfo
> s_parameterListPool = new ListPool<
ParameterInfo
>();
1411
private static bool ParseParameterList(string id, ref int index, Compilation compilation, ISymbol typeParameterContext, List<
ParameterInfo
> parameters)
1452
private static
ParameterInfo
? ParseParameter(string id, ref int index, Compilation compilation, ISymbol? typeParameterContext)