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