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