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