3 references to ParseMetadata
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (3)
944if (ParseMetadata(context, tokens, start: 1, conflictingName: packageVersion is null ? null : "Version") is not { IsDefault: false } metadata) 1020if (ParseMetadata(context, tokens, start: 1) is not { IsDefault: false } metadata) 1154if (ParseMetadata(context, tokens, start: 1) is not { IsDefault: false } metadata)