4 references to Append
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\CodeFixes\ConvertNamespace\ConvertNamespaceTransform.cs (1)
277
triviaBeforeSplit = triviaBeforeSplit.
Append
(EndOfLine(lineEnding));
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Analyzers\UnboundIdentifiersDiagnosticAnalyzerBase.cs (1)
55
customTags: DiagnosticCustomTags.Microsoft.
Append
(WellKnownDiagnosticTags.NotConfigurable));
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\ProtocolConversions.Diagnostics.cs (2)
56
diagnostic.Tags = diagnostic.Tags.
Append
(DiagnosticTag.Unnecessary);
79
diagnostic.Tags = diagnostic.Tags != null ? diagnostic.Tags.
Append
(DiagnosticTag.Unnecessary) : [DiagnosticTag.Unnecessary];