4 references to CanBeGenerated
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (4)
CSharpCodeGenerationService.cs (3)
137
if (PropertyGenerator.
CanBeGenerated
(property))
196
if (!PropertyGenerator.
CanBeGenerated
(property))
663
if (PropertyGenerator.
CanBeGenerated
(property))
NamedTypeGenerator.cs (1)
78
var members = GetMembers(namedType).Where(s => s.Kind != SymbolKind.Property || PropertyGenerator.
CanBeGenerated
((IPropertySymbol)s))