1 write to Properties
Microsoft.CodeAnalysis.UnitTests (1)
Collections\DebuggerAttributes.cs (1)
29
Properties
= properties;
6 references to Properties
Microsoft.CodeAnalysis.UnitTests (6)
Collections\DebuggerAttributes.cs (1)
44
foreach (PropertyInfo pi in info.
Properties
)
Collections\ImmutableSegmentedDictionaryBuilderTest.cs (1)
253
PropertyInfo itemProperty = info.
Properties
.Single(pr => pr.GetCustomAttribute<DebuggerBrowsableAttribute>()!.State == DebuggerBrowsableState.RootHidden);
Collections\ImmutableSegmentedDictionaryTest.cs (1)
253
PropertyInfo itemProperty = info.
Properties
.Single(pr => pr.GetCustomAttribute<DebuggerBrowsableAttribute>()!.State == DebuggerBrowsableState.RootHidden);
Collections\ImmutableSegmentedHashSetTest.cs (1)
189
PropertyInfo itemProperty = info.
Properties
.Single(pr => pr.GetCustomAttribute<DebuggerBrowsableAttribute>()?.State == DebuggerBrowsableState.RootHidden);
Collections\ImmutableSegmentedListBuilderTest.cs (1)
363
PropertyInfo itemProperty = info.
Properties
.Single(pr => pr.GetCustomAttribute<DebuggerBrowsableAttribute>()!.State == DebuggerBrowsableState.RootHidden);
Collections\ImmutableSegmentedListTest.cs (1)
778
PropertyInfo itemProperty = info.
Properties
.Single(pr => pr.GetCustomAttribute<DebuggerBrowsableAttribute>()!.State == DebuggerBrowsableState.RootHidden);