3 references to GetAssociatedSynthesizedRecordProperty
Microsoft.CodeAnalysis.CSharp.Features (1)
PositionalParameterInfo.cs (1)
83
.Select(param => param.
GetAssociatedSynthesizedRecordProperty
(cancellationToken))
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindReferences\Finders\ParameterSymbolReferenceFinder.cs (1)
81
symbols.AddIfNotNull(parameter.
GetAssociatedSynthesizedRecordProperty
(cancellationToken));
FindSymbols\FindReferences\Finders\PropertySymbolReferenceFinder.cs (1)
83
property.Equals(parameter.
GetAssociatedSynthesizedRecordProperty
(cancellationToken)))