1 instantiation of AssertSection
System (1)
compmod\system\diagnostics\SystemDiagnosticsSection.cs (1)
11
private static readonly ConfigurationProperty _propAssert = new ConfigurationProperty("assert", typeof(AssertSection), new
AssertSection
(), ConfigurationPropertyOptions.None);
3 references to AssertSection
System (3)
compmod\system\diagnostics\SystemDiagnosticsSection.cs (3)
11
private static readonly ConfigurationProperty _propAssert = new ConfigurationProperty("assert", typeof(
AssertSection
), new AssertSection(), ConfigurationPropertyOptions.None);
29
public
AssertSection
Assert {
31
return (
AssertSection
) base[_propAssert];