2 references to TryGetValue
Microsoft.NET.ProjectData (2)
Model\KeyValueCollection.cs (1)
68 this.TryGetValue(key, out string? value);
Model\ProjectDataSnapshotFactory.cs (1)
105 if (!snapshot.Properties.TryGetValue(requiredProp, out _))