1 write to _convertedPropertiesDictionary
Microsoft.Build (1)
Instance\ImmutableProjectCollections\ImmutableProjectMetadataCollectionConverter.cs (1)
109
_ = Interlocked.CompareExchange(ref
_convertedPropertiesDictionary
, newDictionary, null);
2 references to _convertedPropertiesDictionary
Microsoft.Build (2)
Instance\ImmutableProjectCollections\ImmutableProjectMetadataCollectionConverter.cs (2)
102
if (
_convertedPropertiesDictionary
is null)
112
return
_convertedPropertiesDictionary
;