2 references to GetProxyType
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
DebuggerTypeProxyExpansion.cs (1)
45var proxyType = value.Type.GetProxyType();
ResultProvider.cs (1)
558Debug.Assert(value.Type.GetProxyType() == null);