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