1 override of Name
System.Diagnostics.EventLog (1)
artifacts\obj\System.Diagnostics.EventLog\Debug\net10.0\System.Diagnostics.EventLog.notsupported.cs (1)
148
public override string
Name
{ get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } }
1 write to Name
System.Configuration.ConfigurationManager (1)
System\Diagnostics\ListenerElementsCollection.cs (1)
210
newListener.
Name
= Name;
3 references to Name
Microsoft.VisualBasic.Forms.Tests (1)
System\Windows\Forms\FileLogTraceListenerTests.vb (1)
30
listener.
Name
.Should.NotBeNull()
System.Diagnostics.TraceSource (2)
System\Diagnostics\DefaultTraceListener.cs (1)
25
/// Default as its <see cref='System.Diagnostics.TraceListener.
Name
'/>.</para>
System\Diagnostics\TraceListeners.cs (1)
50
if (listener!.
Name
== name)