1 write to Properties
Microsoft.NET.ProjectData (1)
Model\ProjectDataSnapshot.cs (1)
25 this.Properties = properties;
9 references to Properties
Microsoft.NET.ProjectData (9)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TypedProperties.g.cs (1)
56 public static TypedProperties Typed(this ProjectDataSnapshot snapshot) => new(snapshot.Properties);
Model\ProjectDataSnapshotFactory.cs (8)
105 if (!snapshot.Properties.TryGetValue(requiredProp, out _)) 168 if (tfmSlice.Properties.IsEmpty) 170 mergedProperties = shared.Properties; 172 else if (shared.Properties.IsEmpty) 174 mergedProperties = tfmSlice.Properties; 180 Dictionary<string, string> merged = shared.Properties.ToDictionary(); 181 foreach (KeyValuePair<string, string> kvp in tfmSlice.Properties) 187 mergedProperties = BuildKeyValueCollection(merged, shared.Properties.Schema);