7 references to AddRange
Microsoft.CodeAnalysis.Workspaces (7)
Diagnostics\DiagnosticAnalysisResult.cs (1)
236
builder.
AddRange
(data);
Workspace\Solution\SourceGeneratedDocumentIdentity.cs (6)
53
hashInput.
AddRange
(projectIdBytes);
57
hashInput.
AddRange
(Encoding.Unicode.GetBytes(assemblyNameToHash));
58
hashInput.
AddRange
(0, 0);
59
hashInput.
AddRange
(Encoding.Unicode.GetBytes(generatorIdentity.TypeName));
60
hashInput.
AddRange
(0, 0);
61
hashInput.
AddRange
(Encoding.Unicode.GetBytes(hintName));