2 writes to _tempInfo
Microsoft.CodeAnalysis (2)
Compilation.EmitStream.cs (2)
79
_tempInfo
= null;
155
_tempInfo
= (emitStream, tempStream, tempFilePath);
3 references to _tempInfo
Microsoft.CodeAnalysis (3)
Compilation.EmitStream.cs (3)
77
if (
_tempInfo
is (Stream _, Stream tempStream, string tempFilePath))
169
RoslynDebug.Assert(_emitStreamSignKind != EmitStreamSignKind.SignedWithFile ||
_tempInfo
.HasValue);
173
if (
_tempInfo
is (Stream emitStream, Stream tempStream, string tempFilePath))