3 references to HostInBrowser
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1236compilerWrapper.HostInBrowser = TaskHelper.BooleanStringValue(HostInBrowser);
MS\Internal\Tasks\CompilerState.cs (1)
109HostInBrowser = mcPass1.HostInBrowser;
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
158if (IsSettingModified(CompilerState.HostInBrowser, _mcPass1.HostInBrowser))