8 references to ToImmutableSegmentedDictionary
Microsoft.CodeAnalysis (8)
Emit\EditAndContinue\DefinitionMap.cs (5)
430
=> lambdaDebugInfo.
ToImmutableSegmentedDictionary
(
435
=> closureDebugInfo.
ToImmutableSegmentedDictionary
(
448
lambdaMap = debugInfo.Lambdas.
ToImmutableSegmentedDictionary
(
452
closureMap = debugInfo.Closures.
ToImmutableSegmentedDictionary
(
489
: debugInfos.
ToImmutableSegmentedDictionary
(
Emit\EditAndContinue\SymbolChanges.cs (2)
468
deletedMembers = lazyDeletedMembersBuilder?.
ToImmutableSegmentedDictionary
(
472
updatedMethods = updatedMethodsBuilder.
ToImmutableSegmentedDictionary
(
Syntax\SyntaxNodeExtensions_Tracking.cs (1)
220
_idToNodeMap = map.
ToImmutableSegmentedDictionary
(kv => kv.Key, kv => (IReadOnlyList<SyntaxNode>)ImmutableArray.CreateRange(kv.Value));