3 references to GetAssociatedSynthesizedRecordProperty
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindReferences\Finders\ParameterSymbolReferenceFinder.cs (1)
86symbols.AddIfNotNull(parameter.GetAssociatedSynthesizedRecordProperty(cancellationToken));
FindSymbols\FindReferences\Finders\PropertySymbolReferenceFinder.cs (1)
96property.Equals(parameter.GetAssociatedSynthesizedRecordProperty(cancellationToken)))
Rename\SymbolicRenameLocations.ReferenceProcessing.cs (1)
133=> parameterSymbol is IParameterSymbol parameter && propertySymbol.Equals(parameter.GetAssociatedSynthesizedRecordProperty(cancellationToken));