2 references to processParameter
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\CodeGenerator_RefSafety.cs (2)
79
if (thisParameterSymbol is not null &&
processParameter
(thisParameterSymbol, anyRefSources: ref anyRefSources, anyRefTargets: ref anyRefTargets))
86
if (
processParameter
(parameter, anyRefSources: ref anyRefSources, anyRefTargets: ref anyRefTargets))