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