1 instantiation of MetadataLambdasAndClosures
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DefinitionMap.cs (1)
557return new MetadataLambdasAndClosures(lambdasBuilder.ToImmutableAndFree(), closureTreeBuilder.ToImmutable());
7 references to MetadataLambdasAndClosures
Microsoft.CodeAnalysis (7)
Emit\EditAndContinue\DefinitionMap.cs (7)
45/// Caches <see cref="MetadataLambdasAndClosures"/> for named PE types. 47private ImmutableDictionary<INamedTypeSymbolInternal, MetadataLambdasAndClosures> _metadataLambdasAndClosures 48= ImmutableDictionary<INamedTypeSymbolInternal, MetadataLambdasAndClosures>.Empty; 446var map = GetMetadataLambdaAndClosureMap(method.ContainingType, methodId); 538private MetadataLambdasAndClosures GetMetadataLambdaAndClosureMap(INamedTypeSymbolInternal peType, DebugId methodId) 545private MetadataLambdasAndClosures CreateLambdaAndClosureMap( 710MetadataLambdasAndClosures map,