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