6 references to GetProxyType
Microsoft.CodeAnalysis.UnitTests (6)
Collections\DebuggerAttributes.cs (1)
95public static object? GetProxyObject(object obj) => Activator.CreateInstance(GetProxyType(obj), obj);
Collections\ImmutableSegmentedDictionaryBuilderTest.cs (1)
261Type proxyType = DebuggerAttributes.GetProxyType(ImmutableSegmentedDictionary.Create<string, int>());
Collections\ImmutableSegmentedDictionaryTest.cs (1)
261Type proxyType = DebuggerAttributes.GetProxyType(ImmutableSegmentedDictionary.Create<string, int>());
Collections\ImmutableSegmentedHashSetTest.cs (1)
197Type proxyType = DebuggerAttributes.GetProxyType(ImmutableSegmentedHashSet.Create<string>());
Collections\ImmutableSegmentedListBuilderTest.cs (1)
371Type proxyType = DebuggerAttributes.GetProxyType(ImmutableSegmentedList.CreateBuilder<string>());
Collections\ImmutableSegmentedListTest.cs (1)
786Type proxyType = DebuggerAttributes.GetProxyType(ImmutableSegmentedList.Create<double>());