3 references to WithCustomModifiersAndParamsCore
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceDelegateClonedParameterSymbolForBeginAndEndInvoke.cs (1)
32
_originalParam.
WithCustomModifiersAndParamsCore
(newType, newCustomModifiers, newRefCustomModifiers, newIsParams),
Symbols\Source\SourceParameterSymbol.cs (1)
120
return
WithCustomModifiersAndParamsCore
(newType, newCustomModifiers, newRefCustomModifiers, newIsParams);
Symbols\Source\SourcePropertyClonedParameterSymbolForAccessors.cs (1)
28
_originalParam.
WithCustomModifiersAndParamsCore
(newType, newCustomModifiers, newRefCustomModifiers, newIsParams),