1 write to AssemblyVersion
Microsoft.Build.Tasks.Core (1)
TlbReference.cs (1)
168AssemblyVersion = null,
3 references to AssemblyVersion
Microsoft.Build.Tasks.Core (3)
TlbImp.cs (3)
132get => (Version)Bag[nameof(AssemblyVersion)]; 133set => Bag[nameof(AssemblyVersion)] = value; 242commandLine.AppendSwitchIfNotNull("/asmversion:", AssemblyVersion?.ToString());