14 references to AddRange
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertProgram\ConvertProgramTransform_TopLevelStatements.cs (1)
189
statements.
AddRange
(methodDeclaration.Body.Statements[0].WithPrependedLeadingTrivia(methodDeclaration.GetLeadingTrivia()));
Microsoft.CodeAnalysis.Features (3)
AbstractSimplifyLinqExpressionDiagnosticAnalyzer.cs (1)
104
linqMethodSymbolsBuilder.
AddRange
(method);
Completion\FileSystemCompletionHelper.cs (1)
144
result.
AddRange
(CreateUnixRoot());
NavigateTo\RoslynNavigateToItem.cs (1)
236
parts.
AddRange
(fileName.Split(s_dotArray));
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensHelpers.cs (1)
254
data.
AddRange
(deltaLine, startCharacterDelta, tokenLength, tokenType, tokenModifiers);
Microsoft.CodeAnalysis.Workspaces (8)
Diagnostics\DiagnosticAnalysisResult.cs (1)
243
builder.
AddRange
(data);
FindSymbols\SymbolTree\SymbolTreeInfo_Source.cs (1)
105
allChecksums.
AddRange
(textChecksums);
Workspace\Solution\SourceGeneratedDocumentIdentity.cs (6)
42
hashInput.
AddRange
(projectIdBytes);
46
hashInput.
AddRange
(Encoding.Unicode.GetBytes(assemblyNameToHash));
47
hashInput.
AddRange
(0, 0);
48
hashInput.
AddRange
(Encoding.Unicode.GetBytes(generatorIdentity.TypeName));
49
hashInput.
AddRange
(0, 0);
50
hashInput.
AddRange
(Encoding.Unicode.GetBytes(hintName));
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Definitions\GoToDefinitionHandler.cs (1)
99
locations.
AddRange
(await GetSymbolDefinitionLocationsAsync(symbolDefinition, context, _metadataAsSourceFileService, _globalOptions, cancellationToken).ConfigureAwait(false));