4 references to GetRealAnnotations
Microsoft.CodeAnalysis.CodeStyle (4)
AnnotationTable.cs (4)
93
=> node.WithoutAnnotations(
GetRealAnnotations
(annotations).ToArray());
96
=> token.WithoutAnnotations(
GetRealAnnotations
(annotations).ToArray());
99
=> trivia.WithoutAnnotations(
GetRealAnnotations
(annotations).ToArray());
102
=> nodeOrToken.WithoutAnnotations(
GetRealAnnotations
(annotations).ToArray());