3 writes to Source
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
_generated\20\StaticWebAssetsJsonSerializerContext.ReferencedProjectConfiguration.g.cs (1)
99
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.StaticWebAssets.Tasks.StaticWebAssetsManifest.ReferencedProjectConfiguration)obj).
Source
= value!,
Data\ReferencedProjectConfiguration.cs (2)
19
Source
= source
103
Source
= arg.GetMetadata(nameof(Source)),
9 references to Source
Microsoft.NET.Sdk.StaticWebAssets.Tasks (9)
_generated\20\StaticWebAssetsJsonSerializerContext.ReferencedProjectConfiguration.g.cs (2)
98
Getter = static obj => ((global::Microsoft.AspNetCore.StaticWebAssets.Tasks.StaticWebAssetsManifest.ReferencedProjectConfiguration)obj).
Source
,
248
writer.WriteString(PropName_Source, ((global::Microsoft.AspNetCore.StaticWebAssets.Tasks.StaticWebAssetsManifest.ReferencedProjectConfiguration)value).
Source
);
Data\ReferencedProjectConfiguration.cs (6)
43
&&
Source
== reference.
Source
57
hashCode.Add(
Source
);
86
result.SetMetadata(nameof(
Source
),
Source
);
103
Source = arg.GetMetadata(nameof(
Source
)),
MergeConfigurationProperties.cs (1)
46
["Source"] = configuration.GetMetadata(nameof(StaticWebAssetsManifest.ReferencedProjectConfiguration.
Source
)),