1 instantiation of AssertSection
System (1)
compmod\system\diagnostics\SystemDiagnosticsSection.cs (1)
11private 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)
11private static readonly ConfigurationProperty _propAssert = new ConfigurationProperty("assert", typeof(AssertSection), new AssertSection(), ConfigurationPropertyOptions.None); 29public AssertSection Assert { 31return (AssertSection) base[_propAssert];