7 references to _resolvedProperties
dotnet-svcutil-lib (7)
Shared\MSBuildProj.cs (7)
61public IEnumerable<KeyValuePair<string, string>> ResolvedProperties { get { return this._resolvedProperties; } } 873var outputPath = this._resolvedProperties["OutputPath"]; 895var targetLib = Path.GetFileName(this._resolvedProperties["TargetPath"].Trim('\"')); 970if (!propertyNames.All(p => this._resolvedProperties.Keys.Contains(p))) 972var propertyTable = this._resolvedProperties.Where(p => propertyNames.Contains(p.Key)); 980this._resolvedProperties[entry.Key] = entry.Value; 985return this._resolvedProperties.Where(p => propertyNames.Contains(p.Key));