2 references to AddAnnotationToSymbol
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\CSharpCodeGenerationService.cs (2)
205
getMethod = annotation.
AddAnnotationToSymbol
(getMethod);
220
setMethod = annotation.
AddAnnotationToSymbol
(setMethod);