4 references to CanBeGenerated
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\CSharpCodeGenerationService.cs (3)
135
if (PropertyGenerator.
CanBeGenerated
(property))
194
if (!PropertyGenerator.
CanBeGenerated
(property))
661
if (PropertyGenerator.
CanBeGenerated
(property))
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\NamedTypeGenerator.cs (1)
81
var members = GetMembers(namedType).Where(s => s.Kind != SymbolKind.Property || PropertyGenerator.
CanBeGenerated
((IPropertySymbol)s))