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