1 write to _streamWriter
NuGet.Protocol (1)
Plugins\Logging\PluginLogger.cs (1)
76
_streamWriter
= new Lazy<StreamWriter>(() => CreateStreamWriter(message));
3 references to _streamWriter
NuGet.Protocol (3)
Plugins\Logging\PluginLogger.cs (3)
84
if (
_streamWriter
.IsValueCreated)
86
_streamWriter
.Value.Dispose();
113
_streamWriter
.Value.WriteLine(message.ToString());