4 references to IsSynthesizedAutoProperty
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
3089
Debug.Assert(synthesizedProperty.
IsSynthesizedAutoProperty
());
3094
if (customProperty.
IsSynthesizedAutoProperty
())
6900
(oldParameter == null || oldParameter.IsSynthesized() || !IsPrimaryConstructor(oldParameter.ContainingSymbol, cancellationToken) || oldProperty.
IsSynthesizedAutoProperty
());
EditAndContinue\Utilities\Extensions.cs (1)
159
=> symbol is IPropertySymbol property && property.
IsSynthesizedAutoProperty
();