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