3 overrides of WithCustomModifiersAndParams
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceDelegateClonedParameterSymbolForBeginAndEndInvoke.cs (1)
29
internal override ParameterSymbol
WithCustomModifiersAndParams
(TypeSymbol newType, ImmutableArray<CustomModifier> newCustomModifiers, ImmutableArray<CustomModifier> newRefCustomModifiers, bool newIsParams)
Symbols\Source\SourceParameterSymbol.cs (1)
118
internal override ParameterSymbol
WithCustomModifiersAndParams
(TypeSymbol newType, ImmutableArray<CustomModifier> newCustomModifiers, ImmutableArray<CustomModifier> newRefCustomModifiers, bool newIsParams)
Symbols\Source\SourcePropertyClonedParameterSymbolForAccessors.cs (1)
25
internal override ParameterSymbol
WithCustomModifiersAndParams
(TypeSymbol newType, ImmutableArray<CustomModifier> newCustomModifiers, ImmutableArray<CustomModifier> newRefCustomModifiers, bool newIsParams)
1 reference to WithCustomModifiersAndParams
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\CustomModifierUtils.cs (1)
144
builder.Add(destinationParameter.
WithCustomModifiersAndParams
(sourceParameter.Type,