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