2 writes to _tempInfo
Microsoft.CodeAnalysis (2)
Compilation.EmitStream.cs (2)
86
_tempInfo
= null;
149
_tempInfo
= (tempStream, tempFilePath);
6 references to _tempInfo
Microsoft.CodeAnalysis (6)
Compilation.EmitStream.cs (6)
56
/// in <see cref="
_tempInfo
"/> in which case it will be disposed from there.
83
if (
_tempInfo
.HasValue)
85
var (tempStream, tempFilePath) =
_tempInfo
.GetValueOrDefault();
161
RoslynDebug.Assert(_emitStreamSignKind != EmitStreamSignKind.SignedWithFile ||
_tempInfo
.HasValue);
165
if (
_tempInfo
.HasValue)
169
var (tempStream, tempFilePath) =
_tempInfo
.GetValueOrDefault();