Home
last modified time | relevance | path

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

/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Components/RequestBuilder/
H A DLookup.cs91 private IDictionary<string, object> _globalsForDebugging; field in Microsoft.Build.BackEnd.Lookup
110 _globalsForDebugging = globalsForDebugging; in Lookup()
128 _globalsForDebugging = that._globalsForDebugging; in Lookup()
210 get { return _globalsForDebugging; }