1 write to Version
Microsoft.CodeAnalysis.CSharp.Features (1)
FileLevelDirectiveHelpers.cs (1)
450Version = packageVersion,
2 references to Version
Microsoft.CodeAnalysis.CSharp.Features (2)
FileLevelDirectiveHelpers.cs (2)
454public override string ToString() => Version is null ? $"#:package {Name}" : $"#:package {Name}@{Version}";