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