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