1 write to _streamWriter
NuGet.Protocol (1)
Plugins\Logging\PluginLogger.cs (1)
53
_streamWriter
= new Lazy<StreamWriter>(() => CreateStreamWriter(message));
3 references to _streamWriter
NuGet.Protocol (3)
Plugins\Logging\PluginLogger.cs (3)
61
if (
_streamWriter
.IsValueCreated)
63
_streamWriter
.Value.Dispose();
90
_streamWriter
.Value.WriteLine(message.ToString());