1 write to Baseline
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DefinitionMap.cs (1)
62Baseline = baseline;
9 references to Baseline
Microsoft.CodeAnalysis (9)
Emit\EditAndContinue\DefinitionMap.cs (9)
149if (mappedDef != null && Baseline.MethodsAdded.TryGetValue(mappedDef, out int methodIndex)) 173if (Baseline.MethodsAdded.TryGetValue(oldMethodDef, out var methodRowId)) 245if (Baseline.AddedOrChangedMethods.TryGetValue(methodIndex, out var addedOrChangedMethod)) 291debugInfo = Baseline.DebugInformationProvider(methodHandle); 292localSignature = Baseline.LocalSignatureProvider(methodHandle); 673if (Baseline.AddedOrChangedMethods.TryGetValue(methodRowId, out var addedOrChangedMethod)) 678Baseline.SynthesizedMembers.TryGetValue(oldMethod.ContainingType, out var synthesizedSiblingSymbols)) 681CreateLambdaAndClosureMap(synthesizedSiblingSymbols, Baseline.SynthesizedMembers, addedOrChangedMethod.MethodId), 693provider = Baseline.DebugInformationProvider(MetadataTokens.MethodDefinitionHandle(methodRowId));