24 references to _store
Microsoft.Build.Tasks.CodeAnalysis (24)
InteractiveCompiler.cs (24)
31_store[nameof(AdditionalLibPaths)] = value; 36return (string[]?)_store[nameof(AdditionalLibPaths)]; 44_store[nameof(AdditionalLoadPaths)] = value; 49return (string[]?)_store[nameof(AdditionalLoadPaths)]; 58_store[nameof(CommandLineArgs)] = value; 63return (ITaskItem[]?)_store[nameof(CommandLineArgs)]; 71_store[nameof(Features)] = value; 76return (string?)_store[nameof(Features)]; 84_store[nameof(Imports)] = value; 89return (ITaskItem[]?)_store[nameof(Imports)]; 97_store[nameof(ProvideCommandLineArgs)] = value; 102return _store.GetOrDefault(nameof(ProvideCommandLineArgs), false); 110_store[nameof(References)] = value; 115return (ITaskItem[]?)_store[nameof(References)]; 123_store[nameof(ResponseFiles)] = value; 128return (ITaskItem[]?)_store[nameof(ResponseFiles)]; 136_store[nameof(ScriptArguments)] = value; 141return (string[]?)_store[nameof(ScriptArguments)]; 149_store[nameof(ScriptResponseFiles)] = value; 154return (ITaskItem[]?)_store[nameof(ScriptResponseFiles)]; 162_store[nameof(SkipInteractiveExecution)] = value; 167return _store.GetOrDefault(nameof(SkipInteractiveExecution), false); 175_store[nameof(Source)] = value; 180return (ITaskItem?)_store[nameof(Source)];