7 references to _resolvedProperties
dotnet-svcutil-lib (7)
Shared\MSBuildProj.cs (7)
59public IEnumerable<KeyValuePair<string, string>> ResolvedProperties { get { return this._resolvedProperties; } } 890var outputPath = this._resolvedProperties["OutputPath"]; 912var targetLib = Path.GetFileName(this._resolvedProperties["TargetPath"].Trim('\"')); 987if (!propertyNames.All(p => this._resolvedProperties.Keys.Contains(p))) 989var propertyTable = this._resolvedProperties.Where(p => propertyNames.Contains(p.Key)); 997this._resolvedProperties[entry.Key] = entry.Value; 1002return this._resolvedProperties.Where(p => propertyNames.Contains(p.Key));