Home
last modified time | relevance | path

Searched refs:_fetch_property (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/
H A DVisualStudio.py242 def _fetch_property(self, props, name): member in VisualStudio
257 …startup_proj_name = str(self._fetch_property(self._interface.Solution.Properties, 'StartupProject'…
258 project = self._fetch_property(self._interface.Solution, startup_proj_name)
259 ActiveConfiguration = self._fetch_property(project.Properties, 'ActiveConfiguration').Object