1 write to State
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebuggerBrowsableAttribute.cs (1)
36
State
= state;
7 references to State
Microsoft.CodeAnalysis.Scripting (2)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (2)
364
if (browsable.
State
== DebuggerBrowsableState.Never)
370
rootHidden = browsable.
State
== DebuggerBrowsableState.RootHidden;
Microsoft.CodeAnalysis.UnitTests (5)
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);