5 references to PdbFile
Microsoft.Build.Tasks.CodeAnalysis (5)
Vbc.cs (5)
232set { _store[nameof(PdbFile)] = value; } 233get { return (string?)_store[nameof(PdbFile)]; } 296if (RoslynString.IsNullOrEmpty(PdbFile) || String.IsNullOrEmpty(outputAssembly)) 307string desiredLocation = PdbFile; 334Log.LogErrorWithCodeFromResources("VBC_RenamePDB", PdbFile, e.Message);