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