3 references to GeneratePropertyOrIndexer
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CSharpCodeGenerationService.cs (1)
702return PropertyGenerator.GeneratePropertyOrIndexer(
PropertyGenerator.cs (2)
41var declaration = GeneratePropertyOrIndexer( 57var declaration = GeneratePropertyOrIndexer(property, GetDestination(destination), info, cancellationToken);