2 references to s_propAutoFlush
System.Configuration.ConfigurationManager (2)
System\Diagnostics\TraceSection.cs (2)
19
s_properties.Add(
s_propAutoFlush
);
25
public bool AutoFlush => (bool)this[
s_propAutoFlush
];