1 write to _inputBubble
crossgen2 (1)
Program.cs (1)
46
_inputBubble
= Get(command.InputBubble);
7 references to _inputBubble
crossgen2 (7)
Program.cs (7)
116
if (
_inputBubble
)
246
if (
_inputBubble
&& inputBubbleReferenceFilePaths.Count == 0)
256
if (
_inputBubble
)
290
if (!
_inputBubble
)
308
if (
_inputBubble
)
352
string nearOutFilePath = GetNearOutputFilePath(inFilePath, temporary: _singleFileCompilation &&
_inputBubble
);
457
groupConfig.IsInputBubble =
_inputBubble
;