1 instantiation of DebuggerAttributeInfo
Microsoft.CodeAnalysis.UnitTests (1)
Collections\DebuggerAttributes.cs (1)
68return new DebuggerAttributeInfo(proxyInstance, properties);
9 references to DebuggerAttributeInfo
Microsoft.CodeAnalysis.UnitTests (9)
Collections\DebuggerAttributes.cs (4)
43DebuggerAttributeInfo info = ValidateDebuggerTypeProxyProperties(obj.GetType(), obj); 50internal static DebuggerAttributeInfo ValidateDebuggerTypeProxyProperties(object obj) 55internal static DebuggerAttributeInfo ValidateDebuggerTypeProxyProperties(Type type, object obj) 60internal static DebuggerAttributeInfo ValidateDebuggerTypeProxyProperties(Type type, Type[] genericTypeArguments, object obj)
Collections\ImmutableSegmentedDictionaryBuilderTest.cs (1)
252DebuggerAttributeInfo info = DebuggerAttributes.ValidateDebuggerTypeProxyProperties(builder);
Collections\ImmutableSegmentedDictionaryTest.cs (1)
249DebuggerAttributeInfo info = DebuggerAttributes.ValidateDebuggerTypeProxyProperties(dict);
Collections\ImmutableSegmentedHashSetTest.cs (1)
188DebuggerAttributeInfo info = DebuggerAttributes.ValidateDebuggerTypeProxyProperties(set);
Collections\ImmutableSegmentedListBuilderTest.cs (1)
362DebuggerAttributeInfo info = DebuggerAttributes.ValidateDebuggerTypeProxyProperties(builder);
Collections\ImmutableSegmentedListTest.cs (1)
774DebuggerAttributeInfo info = DebuggerAttributes.ValidateDebuggerTypeProxyProperties(list);