1 write to _inputBubble
crossgen2 (1)
Program.cs (1)
47
_inputBubble
= Get(command.InputBubble);
7 references to _inputBubble
crossgen2 (7)
Program.cs (7)
126
if (
_inputBubble
)
256
if (
_inputBubble
&& inputBubbleReferenceFilePaths.Count == 0)
266
if (
_inputBubble
)
312
if (!
_inputBubble
)
330
if (
_inputBubble
)
374
string nearOutFilePath = GetNearOutputFilePath(inFilePath, temporary: _singleFileCompilation &&
_inputBubble
);
479
groupConfig.IsInputBubble =
_inputBubble
;