2 references to IsPropertyGeneratedFromPrimaryConstructorParameter
Microsoft.CodeAnalysis.Workspaces (2)
Rename\SymbolicRenameLocations.ReferenceProcessing.cs (2)
115
if (
IsPropertyGeneratedFromPrimaryConstructorParameter
(originalSymbol, referencedSymbol, cancellationToken)
116
||
IsPropertyGeneratedFromPrimaryConstructorParameter
(referencedSymbol, originalSymbol, cancellationToken))