2 writes to _propertySearchPathsTable
Microsoft.Build (2)
Definition\Toolset.cs (2)
328
_propertySearchPathsTable
= importSearchPathsTable;
620
translator.TranslateDictionary(ref
_propertySearchPathsTable
, StringComparer.OrdinalIgnoreCase, ProjectImportPathMatch.FactoryForDeserialization);
2 references to _propertySearchPathsTable
Microsoft.Build (2)
Definition\Toolset.cs (2)
381
foreach (var searchPath in
_propertySearchPathsTable
.Values)
597
internal Dictionary<string, ProjectImportPathMatch> ImportPropertySearchPathsTable =>
_propertySearchPathsTable
;