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