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