1 write to Lambdas
Microsoft.CodeAnalysis (1)
Emit\EditAndContinueMethodDebugInformation.cs (1)
38
Lambdas
= lambdas;
8 references to Lambdas
Microsoft.CodeAnalysis (8)
Emit\EditAndContinue\DefinitionMap.cs (4)
308
if (debugInfo.
Lambdas
.IsDefaultOrEmpty)
448
lambdaMap = debugInfo.
Lambdas
.ToImmutableSegmentedDictionary(
700
if (provider.
Lambdas
.IsDefaultOrEmpty)
707
metadataLambdasToInclude: provider.
Lambdas
);
Emit\EditAndContinueMethodDebugInformation.cs (2)
278
foreach (LambdaDebugInfo info in
Lambdas
)
294
foreach (LambdaDebugInfo info in
Lambdas
)
PEWriter\CustomDebugInfoWriter.cs (1)
147
if (!debugInfo.
Lambdas
.IsDefaultOrEmpty)
PEWriter\MetadataWriter.PortablePdb.cs (1)
822
if (!encInfo.
Lambdas
.IsDefaultOrEmpty)