6 references to PropertySchema
Microsoft.NET.ProjectData (6)
Model\ProjectDataSnapshotFactory.cs (6)
218
ImmutableArray<string?>.Builder values = ImmutableArray.CreateBuilder<string?>(
PropertySchema
.Count);
219
values.Count =
PropertySchema
.Count;
227
if (
PropertySchema
.TryGetIndex(kvp.Key, out int index))
244
if (
PropertySchema
.TryGetIndex(ProjectProperties.SolutionPath, out int solutionPathIndex))
251
return BuildKeyValueCollection(
PropertySchema
, values.MoveToImmutable(), extraKeys, extraValues!);
254
return new KeyValueCollection(
PropertySchema
, values.MoveToImmutable());