2 references to DeriveParameter
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListProperty.cs (1)
26Parameters = interfaceProperty.Parameters.SelectAsArray(static (p, t) => SynthesizedParameterSymbol.DeriveParameter(t, p), this);
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
301static (oldParam, destinationMethod) => DeriveParameter(destinationMethod, oldParam),