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