3 references to GetAncestorType
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (3)
Debugger\Engine\DkmClrValue.cs (3)
408declaringType = GetAncestorType(declaringType, ParentTypeName); 725var ancestorType = GetAncestorType(@interface, ancestorTypeName); 735return GetAncestorType(baseType, ancestorTypeName);