2 references to PrintCustomModifiers
Microsoft.DotNet.ApiCompat.Core (2)
Rules\Compat\ParameterModifiersCannotChange.cs (2)
71
$"Custom modifiers on parameter '{implParam.Name.Value}' on method '{implMethod.FullName()}' are '{
PrintCustomModifiers
(implParam.CustomModifiers)}' in the {Implementation} but '{
PrintCustomModifiers
(contractParam.CustomModifiers)}' in the {Contract}.");