1 override of Name
System.Diagnostics.EventLog (1)
artifacts\obj\System.Diagnostics.EventLog\Debug\net10.0\System.Diagnostics.EventLog.notsupported.cs (1)
148public 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)
210newListener.Name = Name;
3 references to Name
Microsoft.VisualBasic.Forms.Tests (1)
System\Windows\Forms\FileLogTraceListenerTests.vb (1)
30listener.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)
50if (listener!.Name == name)