2 references to GetProxyType
Microsoft.CodeAnalysis.UnitTests (2)
Collections\DebuggerAttributes.cs (1)
95public static object? GetProxyObject(object obj) => Activator.CreateInstance(GetProxyType(obj), obj);
Collections\ImmutableSegmentedListBuilderTest.cs (1)
371Type proxyType = DebuggerAttributes.GetProxyType(ImmutableSegmentedList.CreateBuilder<string>());