3 references to AsImmutable
Microsoft.CodeAnalysis.Workspaces (3)
Diagnostics\Extensions.cs (1)
227
AddDiagnosticsToResult(group.
AsImmutable
(), ref result, group.Key, additionalDocumentId: null,
Differencing\EditScript.cs (1)
26
Edits = edits.
AsImmutable
();
Shared\Utilities\DocumentationComment.cs (1)
155
_comment._exceptionTexts.Add(typeAndBuilderPair.Key, typeAndBuilderPair.Value.
AsImmutable
());