8 references to Warning
Microsoft.CodeAnalysis.Features (8)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
867
log.Write($"Invalid active statement span: {oldStatementSpan}", LogMessageSeverity.
Warning
);
928
log.Write($"Invalid active statement span: {oldStatementSpan}", LogMessageSeverity.
Warning
);
EditAndContinue\CommittedSolution.cs (5)
449
log.Write($"Source file of project '{projectName}' doesn't match output PDB: PDB '{compilationOutputs.PdbDisplayPath}' (assembly: '{compilationOutputs.AssemblyDisplayPath}') not found", LogMessageSeverity.
Warning
);
456
log.Write($"Source file of project '{projectName}' doesn't match output PDB: error opening PDB '{compilationOutputs.PdbDisplayPath}' (assembly: '{compilationOutputs.AssemblyDisplayPath}'): {e.Message}", LogMessageSeverity.
Warning
);
499
log.Write($"Checksum differs for source file '{sourceFilePath}'", LogMessageSeverity.
Warning
);
551
log.Write($"Source '{sourceFilePath}' doesn't match output PDB: no document", LogMessageSeverity.
Warning
);
559
log.Write($"Source '{sourceFilePath}' doesn't match PDB: unknown checksum alg", LogMessageSeverity.
Warning
);
EditAndContinue\SolutionUpdate.cs (1)
65
DiagnosticSeverity.Warning => LogMessageSeverity.
Warning
,