2 references to CustomToolNamespace
Microsoft.NET.ProjectData (2)
CacheFileReader.cs (1)
1221
CustomToolNamespace = metadata is not null && metadata.TryGetValue(ProjectItems.EmbeddedResource.
CustomToolNamespace
, out string? ctn) ? ctn : null,
Model\ProjectDataSnapshotFactory.cs (1)
32
private static readonly KeySchema EmbeddedResourceMetadataSchema = new([ProjectItems.EmbeddedResource.Generator, ProjectItems.EmbeddedResource.LastGenOutput, ProjectItems.EmbeddedResource.
CustomToolNamespace
], StringComparers.ItemMetadataName);