4 references to GetRealAnnotations
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AnnotationTable.cs (4)
88
=> node.WithoutAnnotations([..
GetRealAnnotations
(annotations)]);
91
=> token.WithoutAnnotations([..
GetRealAnnotations
(annotations)]);
94
=> trivia.WithoutAnnotations([..
GetRealAnnotations
(annotations)]);
97
=> nodeOrToken.WithoutAnnotations([..
GetRealAnnotations
(annotations)]);