8 references to ContainingType
Microsoft.CodeAnalysis (8)
Emit\EditAndContinue\DefinitionMap.cs (3)
446var map = GetMetadataLambdaAndClosureMap(method.ContainingType, methodId); 678Baseline.SynthesizedMembers.TryGetValue(oldMethod.ContainingType, out var synthesizedSiblingSymbols)) 706GetMetadataLambdaAndClosureMap(peMethod.ContainingType, methodId: new DebugId(provider.MethodOrdinal, generation: 0)),
Emit\EditAndContinue\SymbolChanges.cs (5)
78currentSymbol = currentSymbol.ContainingType; 119current = current.ContainingType; 148if (!DefinitionExistsInPreviousGeneration(synthesizedSymbol.ContainingType)) 431if (!updatedMethodsBuilder.TryGetValue(newMember.ContainingType, out var updatedMethodsPerType)) 434updatedMethodsBuilder.Add(newMember.ContainingType, updatedMethodsPerType);