1 write to PropertiesToGenerate
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
434PropertiesToGenerate = [];
2 references to PropertiesToGenerate
Microsoft.CodeAnalysis.CSharp.Features (1)
GenerateType\CSharpGenerateTypeService.cs (1)
416generateTypeServiceStateOptions.PropertiesToGenerate.Add(name);
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
181PropertiesToGenerate = generateTypeServiceStateOptions.PropertiesToGenerate;