1 instantiation of MetadataLambdasAndClosures
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DefinitionMap.cs (1)
615return 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; 504var map = GetMetadataLambdaAndClosureMap(method.ContainingType, methodId); 596private MetadataLambdasAndClosures GetMetadataLambdaAndClosureMap(INamedTypeSymbolInternal peType, DebugId methodId) 603private MetadataLambdasAndClosures CreateLambdaAndClosureMap( 768MetadataLambdasAndClosures map,