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