7 references to PropertyGenerator
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (7)
CSharpCodeGenerationService.cs (6)
137
if (
PropertyGenerator
.CanBeGenerated(property))
196
if (!
PropertyGenerator
.CanBeGenerated(property))
239
return Cast<TDeclarationNode>(
PropertyGenerator
.AddPropertyTo(
244
return Cast<TDeclarationNode>(
PropertyGenerator
.AddPropertyTo(
663
if (
PropertyGenerator
.CanBeGenerated(property))
702
return
PropertyGenerator
.GeneratePropertyOrIndexer(
NamedTypeGenerator.cs (1)
78
var members = GetMembers(namedType).Where(s => s.Kind != SymbolKind.Property ||
PropertyGenerator
.CanBeGenerated((IPropertySymbol)s))