7 references to ContainingType
Microsoft.CodeAnalysis (7)
Emit\EditAndContinue\DefinitionMap.cs (2)
444var map = GetMetadataLambdaAndClosureMap(method.ContainingType, methodId); 676Baseline.SynthesizedMembers.TryGetValue(oldMethod.ContainingType, out var synthesizedSiblingSymbols))
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);